Commands
crypt:init
Generate a new keypair and store the public key in the environment variable file and the private key in .env.keys
.
crypt:set <key> <value>
Encrypts an environment variable using the public key and store it in the dotenv file.
crypt:get
Decrypt and log an encrypted dotenv file using the private key stored in .env.keys
.
crypt:get <key>
Decrypt and log an encrypted environment variable using the private key stored in .env.keys
.
crypt:rotate
(WIP)
Rotate keypair by decrypting environment variables and encrypting them with a new keypair.