Sync
Quickstart ⚡️
You should already have a .env file. Learn more
In this guide, we'll create a dotenv-vault project and push secrets to it.
Usage is similar to git. Run the command:
$ npx dotenv-vault new
Follow those instructions and then run:
$ npx dotenv-vault login
Then run push and pull:
$ npx dotenv-vault push
$ npx dotenv-vault pull
That's it! You synced your .env file.
Visit docs/quickstart for the complete ⚡️ quickstart guide.