@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
16
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 initCreating a new environment
Symlinks all found .env* files into the config directory
npx @aapzu/dotenvnav clone-env default new-envUsing an environment
npx @aapzu/dotenvnav env new-envRestoring old files
Removes all symlinks and restores the values of the config files
npx @aapzu/dotenvnav restorePrint all commands and options
npx dotenvnav [command] --help