Skip to main content

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.

Experimental
atmos aws cloudformation changeset --help
 

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