# atmos aws cloudformation changeset

Manage `aws/cloudformation` changesets directly — manual control over changesets,
complementing [`apply`](/cli/commands/aws/cloudformation/apply)/[`deploy`](/cli/commands/aws/cloudformation/deploy)/[`diff`](/cli/commands/aws/cloudformation/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

## Usage

```shell
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
