docs: update usage
This commit is contained in:
parent
baa45b801e
commit
06c34a6afe
@ -36,10 +36,13 @@ Options:
|
|||||||
--help Show this message and exit.
|
--help Show this message and exit.
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
|
assimilate Imports potentially existing resources into Pulumi...
|
||||||
clean Deletes all previously rendered files locally
|
clean Deletes all previously rendered files locally
|
||||||
create-change-set Creates a change set for an existing stack - CFN only
|
create-change-set Creates a change set for an existing stack - CFN only
|
||||||
create-docs Parses all documentation fragments out of rendered...
|
create-docs Parses all documentation fragments out of rendered...
|
||||||
delete Deletes stacks or stack groups
|
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
|
get-config Get a config value, decrypted if secret
|
||||||
outputs Prints all stack outputs
|
outputs Prints all stack outputs
|
||||||
preview Preview of Pulumi stack up operation
|
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.
|
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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user