docs: update usage
ZeroDownTime/CloudBender/pipeline/head This commit looks good Details

This commit is contained in:
Stefan Reimer 2022-06-28 13:35:13 +02:00
parent baa45b801e
commit 06c34a6afe
1 changed files with 4 additions and 1 deletions

View File

@ -36,10 +36,13 @@ Options:
--help Show this message and exit.
Commands:
assimilate Imports potentially existing resources into Pulumi...
clean Deletes all previously rendered files locally
create-change-set Creates a change set for an existing stack - CFN only
create-docs Parses all documentation fragments out of rendered...
delete Deletes stacks or stack groups
execute Executes custom Python function within an existing...
export Exports a Pulumi stack to repair state
get-config Get a config value, decrypted if secret
outputs Prints all stack outputs
preview Preview of Pulumi stack up operation
@ -70,4 +73,4 @@ CloudBender supports [SOPS](https://github.com/mozilla/sops) to encrypt values i
If a sops encrypted config file is detected CloudBender will automatically try to decrypt the file during execution.
All required information to decrypt has to be present in the embedded sops config or set ahead of time via sops supported ENVIRONMENT variables.
SOPS support can be disabled by setting `DISABLE_SOPS` in order to reduce timeouts etc.
SOPS support can be disabled by setting `DISABLE_SOPS` in order to reduce timeouts etc.