Releases: narioinc/cenv
Releases · narioinc/cenv
v1.3.0
v1.2.0
v1.2.0
- Added ability to load config from custom path using the -c or --config option
$> cenv --env DEV -c "http:localhost:8080\cenv.json
will load a file called cenv.json from your local server.- Just provide a file URL to a file hosted on a server or a file path which is local for the -c command. If nothing is provided, it will search the current directory for .cenv file by default
- progress indicator and messages updated for better tracking of the tool's overall progress