Skip to content

v0.11.8

Compare
Choose a tag to compare
@yorinasub17 yorinasub17 released this 08 Jun 03:16
· 253 commits to master since this release
4d808ef

#305 Extend cloud-nuke with non-destructive inspect command and library methods

This release adds a non-destructive command, inspect-aws, which accepts most of the same flags as nuke but will never delete resources. As aws / nuke is to DELETE, aws-inspect is to LIST or READ.

You can use inspect-aws to list and search for resources across your AWS accounts.

In addition, this release adds library functionality that allows you to script against cloud-nuke. See Using cloud-nuke as a library for more information.

This release fixes the regression bug with --exclude-resource-type that was introduced in v0.11.7