Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 733 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 733 Bytes

cfn - list up or delete CloudFormation stacks

Important

Not implemented yet. This is specifiction document.

The cfn command provides the following features:

  • List stacks
  • Delete stacks
  • Add tags to stacks
  • Interactive mode

How to install

go install github.com/nao1215/rainbow/cmd/cfn@latest

How to use

The cfn command allows you to specify a profile as an option, but it is more user-friendly to use the AWS_PROFILE environment variable.

List stacks

cfn ls

Delete stacks

cfn rm ${STACK_NAME}

Add tags to stacks

cfn tag ${STACK_NAME} ${TAG_KEY}=${TAG_VALUE}

Interactive mode

cfn

cfn_tui