You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ To support a release system that can store references to various application art
16
16
* Once parameters are written with such combination of identifiers `acme-config` prevents from overwriting them.
17
17
* Allows to retreive parameters for a given combination of (`app-name`, `env` and `ver-number`) and stores it in a local file in `.env` file format convenient for editing.
18
18
* Allows to set parameters from `.env` file specified at a file path.
19
-
* Each (app-name, env) combination can set a default version number. This can be set with `set-version` command. Value of this version will be stored in an env var `ACME_CONFIG_{app-name.upper()}_{env.upper()}_DEFAULT_VERSION`. Value can be retrieved with `get-version` command.
19
+
* Each (app-name, env) combination can set a default version number. This can be set with `set-version` command
20
+
* Default version can be retrieved with `get-version` command. Value will be put to `stdout`.
0 commit comments