doc: update readme
ZeroDownTime/CloudBender/pipeline/head This commit looks good Details

This commit is contained in:
Stefan Reimer 2022-06-28 15:33:38 +02:00
parent 78a902c696
commit d34100ab41
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,6 @@ The required account and region are determined by CloudBender automatically from
Usage: cloudbender [OPTIONS] COMMAND [ARGS]... Usage: cloudbender [OPTIONS] COMMAND [ARGS]...
Options: Options:
--version Show the version and exit.
--debug Turn on debug logging. --debug Turn on debug logging.
--dir TEXT Specify cloudbender project directory. --dir TEXT Specify cloudbender project directory.
--help Show this message and exit. --help Show this message and exit.
@ -52,6 +51,7 @@ Commands:
set-config Sets a config value, encrypts with stack key if secret set-config Sets a config value, encrypts with stack key if secret
sync Renders template and provisions it right away sync Renders template and provisions it right away
validate Validates already rendered templates using cfn-lint... validate Validates already rendered templates using cfn-lint...
version Displays own version and all dependencies
``` ```
## Config management ## Config management