Skip to content

Commit

Permalink
add info about nuking snapshots functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
tonerdo committed Mar 15, 2018
1 parent 0a7e2b6 commit c3b7425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The currently supported functionality includes:
* Deleting all EBS Volumes in an AWS account
* Deleting all unprotected EC2 instances in an AWS account
* Deleting all AMIs in an AWS account
* Deleting all Snapshots in an AWS account

### WARNING: THIS TOOL IS HIGHLY DESTRUCTIVE, ALL SUPPORTED RESOURCES WILL BE DELETED. ITS EFFECTS ARE IRREVERSIBLE AND SHOULD NEVER BE USED IN A PRODUCTION ENVIRONMENT

Expand Down
2 changes: 1 addition & 1 deletion commands/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func CreateCli(version string) *cli.App {
app.HelpName = app.Name
app.Author = "Gruntwork <www.gruntwork.io>"
app.Version = version
app.Usage = "A CLI tool to cleanup AWS resources (ASG, ELB, ELBv2, EBS, EC2, AMI). THIS TOOL WILL COMPLETELY REMOVE ALL RESOURCES AND ITS EFFECTS ARE IRREVERSIBLE!!!"
app.Usage = "A CLI tool to cleanup AWS resources (ASG, ELB, ELBv2, EBS, EC2, AMI, Snapshots). THIS TOOL WILL COMPLETELY REMOVE ALL RESOURCES AND ITS EFFECTS ARE IRREVERSIBLE!!!"
app.Flags = []cli.Flag{
cli.StringSliceFlag{
Name: "exclude-region",
Expand Down

0 comments on commit c3b7425

Please sign in to comment.