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.
npx @aapzu/dotenvnav init
Symlinks all found .env*
files into the config directory
npx @aapzu/dotenvnav clone-env default new-env
npx @aapzu/dotenvnav env new-env
Removes all symlinks and restores the values of the config files
npx @aapzu/dotenvnav restore
npx dotenvnav [command] --help