Apr 06,2023

Released [email protected] with support for local build, decrypt, and keys commands

You can now run the following three commands to generate your own .env.vault file, without relying on dotenv.org to do it for. It works by managing all your secrets completely locally.

  • npx dotenv-vault local build
  • npx dotenv-vault local decrypt
  • npx dotenv-vault local keys

Upgrade to [email protected] to use them. You can read more about these commands here.