dotenv-vault
Documentation
The secrets manager for .env files – from the same people that pioneered dotenv.
Getting Started
Benefit immediately. Run the push command to sync your .env
file right now.
# npx is likely already installed on your machine
npx dotenv-vault@latest push
Concepts
.env.vault file
Learn about the .env.vault file – how it is generated, how it securely holds secrets, and you can deploy more safely than alternative solutions with it.
.env.me credential
Learn about the message model and how to create, retrieve, update, delete, and list messages.
DOTENV_KEY
Learn about the DOTENV_KEY and how it decrypts the .env.vault to inject your secrets just-in-time to your application.