env-path
Envshh will check for .env fileName patterns in the project root directory or working directory. If your .envs are not located in the project root, you can manually specify the .env file or directory where the .envs are located.
Usage
As an option
option: -e, --env-path <envPath>
Seperated by comma (,)
Option Properties
- Optional:
true
- Default: Current Working directory (cwd)
- Type: Single String or Multiple
string
s seperated by comma (,). Each string can be a relaive file or a directory path.
Supported Commands
Example
npx envshh push -e newdirecotry/.env anotherdirecotory/.env.random