Skip to content

Commit bc512cc

Browse files
2 parents 0ba0e8d + 841ff22 commit bc512cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ To support a release system that can store references to various application art
1616
* Once parameters are written with such combination of identifiers `acme-config` prevents from overwriting them.
1717
* 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.
1818
* 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`.
2021

2122
## Example usage
2223

0 commit comments

Comments
 (0)