Skip to content

๐Ÿ™Š CLI tool to handle encrypted secrets

Notifications You must be signed in to change notification settings

caxilomo/secrets-js

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ™Š secrets-js

Simple CLI tool to handle encrypted secrets, heavily inspired in Symfony Secrets.

With secrets you can set and store your credentials encrypted, and dump it in plain whenever you want.

generate-keypair

With secrets generate-keypair you will generate your keypair. It will be used to encrypt all your data.

โš ๏ธ CAUTION: Never commit your private key files to a version control system.

Output of generate-keypair command

list

With secrets list you can list the secrets you previously stored.

Output of list command

set

With secrets set KEY value you can store a new secret.

Output of set command

get

With secrets get KEY you can retrieve a secret value.

Output of get command

dump

With secrets dump you can dump all the stored secrets decrypted into a .env file.

About

๐Ÿ™Š CLI tool to handle encrypted secrets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%