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