https://github.com/poad/cfn-cleaner
https://github.com/poad/cfn-cleaner
aws-cloudformation cli
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/cfn-cleaner
- Owner: poad
- License: mit
- Created: 2022-03-12T03:01:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T00:41:09.000Z (9 months ago)
- Last Synced: 2025-06-20T01:31:46.483Z (9 months ago)
- Topics: aws-cloudformation, cli
- Language: TypeScript
- Homepage:
- Size: 26.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cfn-cleaner
## Usage
For the variable `PREFIX_OF_CLOUDFORMATION_STACK_NAMES`, specify the prefix of CloudFormation stack names that you want to delete.
```shell
node bin/cli.js --prefix ${PREFIX_OF_CLOUDFORMATION_STACK_NAMES}
```
You can check detailed usage by specifying the --help option.
## Limitation
When trying to delete a large number of CloudFormation stacks, an error may occur during the process. In that case, please retry.