cloudtools / stacker

An AWS CloudFormation Stack orchestrator/manager.
http://stacker.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
709 stars 167 forks source link

Use the ui I/O helper to properly serialize diff outputs #717

Closed acmcelwee closed 5 years ago

acmcelwee commented 5 years ago

We still try to use diffs as a very high-level way to sanity check broad changes across a fairly large blueprints repo. Currently the output is so jumbled together that it's impossible to interpret, when you've got a large number of stacks that are being simultaneously diff'd. The added bonus is that the output becomes a bit more contextually colorized and easier for a human to parse the output.