aws-cloudformation / rain

A development workflow tool for working with AWS CloudFormation.
Apache License 2.0
771 stars 69 forks source link

Add changeset functionality #296

Closed ericzbeard closed 6 months ago

ericzbeard commented 6 months ago

List changesets:

rain ls -c rain ls -c stackName changeSetName

Delete a changeset

rain rm -c stackName changeSetName

Create a changeset

rain deploy template --no-exec

Execute a changeset

rain deploy --changeset stackName changeSetName

Closes #212 @isavcic