View on GitHub

rain

A development workflow tool for working with AWS CloudFormation.

rain rm

Delete a CloudFormation stack or changeset

Synopsis

Deletes the CloudFormation stack named and waits for the action to complete. With -c, deletes a changeset named [changeset].

rain rm <stack> [changeset]

Options

  -c, --changeset         delete a changeset
  -d, --detach            once removal has started, don't wait around for it to finish
  -h, --help              help for rm
  -p, --profile string    AWS profile name; read from the AWS CLI configuration file
  -r, --region string     AWS region to use
      --role-arn string   ARN of an IAM role that CloudFormation should assume to remove the stack
  -y, --yes               don't ask questions; just delete

Options inherited from parent commands

      --debug       Output debugging information
      --no-colour   Disable colour output

SEE ALSO

Auto generated by spf13/cobra on 12-Apr-2024