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
go install github.com/nao1215/rainbow/cmd/cfn@latest
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.
cfn ls
cfn rm ${STACK_NAME}
cfn tag ${STACK_NAME} ${TAG_KEY}=${TAG_VALUE}
cfn