atmos aws cloudformation changeset
Manage aws/cloudformation changesets directly — manual control over changesets,
complementing apply/deploy/diff's
implicit flow (each of those creates or reuses a changeset internally). Use these
verbs when you need to review a changeset before executing it, name it for later
execution, or manage changesets outside a normal deploy.
Usage
atmos aws cloudformation changeset create <component> --stack <stack>
atmos aws cloudformation changeset execute <component> --stack <stack> --changeset-name <name>
atmos aws cloudformation changeset list <component> --stack <stack>
atmos aws cloudformation changeset delete <component> --stack <stack> --changeset-name <name>
Subcommands
create
Create a changeset and leave it for later review or execution.
delete
Delete a named changeset without touching the stack.
execute
Execute a previously-created, named changeset.
list
List a stack's changesets.