jckuester / awsweeper

A tool for cleaning your AWS account
Mozilla Public License 2.0
470 stars 45 forks source link

The option to choose diff type of output #37

Closed mousavian closed 5 years ago

mousavian commented 5 years ago

Keeping string as default value for backward compatibility and providing json & yaml as an option.

This provides the ability to parse the output in cli using other tools such as jq for instance.

Let me know what you think.