Apr 06,2023

dotenv-vault local 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.