@@ -57,17 +57,17 @@ To use a custom env filename or path, pass the `-f` flag. This is a major breaki
57
57
Usage: env-cmd [options] -- <command> [...args]
58
58
59
59
Options:
60
- -v, --version output the version number
61
- -e, --environments [env1,env2, ...] The rc file environment(s) to use
62
- -f, --file [path] Custom env file path (default path: ./.env)
63
- --fallback Fallback to default env file path, if custom env file path not found
64
- --no-override Do not override existing environment variables
65
- -r, --rc-file [path] Custom rc file path ( default path: ./. env-cmdrc(|.js|.json)
66
- --silent Ignore any env-cmd errors and only fail on executed program failure.
67
- --use-shell Execute the command in a new shell with the given environment
68
- --verbose Print helpful debugging information
69
- -x, --expand-envs Replace $var in args and command with environment variables
70
- -h, --help output usage information
60
+ -v, --version output the version number
61
+ -e, --environments [envs ...] The rc file environment(s) to use
62
+ -f, --file [path] Custom env file path or .rc file path if '-e' used (default path: ./.env or
63
+ ./. env-cmdrc.(js|cjs|mjs|json))
64
+ -x, --expand-envs Replace $var in args and command with environment variables
65
+ --fallback Fallback to default env file path, if custom env file path not found
66
+ --no-override Do not override existing environment variables
67
+ --silent Ignore any env-cmd errors and only fail on executed program failure.
68
+ --use-shell Execute the command in a new shell with the given environment
69
+ --verbose Print helpful debugging information
70
+ -h, --help display help for command
71
71
```
72
72
73
73
## 🔬 Advanced Usage
0 commit comments