Skip to content

Releases: narioinc/cenv

v1.3.0

04 Apr 11:30
Compare
Choose a tag to compare

v1.3.0

  • Added schema validations
  • Added new init command to initialize a project with a sample .cenv file which users can edit.

v1.2.0

03 Apr 14:55
Compare
Choose a tag to compare

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