@aapzu/dotenvnav
v2.0.3
Published
A utility tool to store your project's local .env files in a single place, symlink them back to the project and change them to a different set of files with a single command.
Downloads
44
Readme
dotenvnav
A utility tool to store your project's local .env
files in a single place, symlink them back to the project and change them to a different set of files with a single command.
Getting started
npx @aapzu/dotenvnav init
Creating a new environment
Symlinks all found .env*
files into the config directory
npx @aapzu/dotenvnav clone-env default new-env
Using an environment
npx @aapzu/dotenvnav env new-env
Restoring old files
Removes all symlinks and restores the values of the config files
npx @aapzu/dotenvnav restore
Print all commands and options
npx dotenvnav [command] --help