LeadingEDJE / stackmanager

Utility for managing Cloudformation stacks
MIT License
9 stars 1 forks source link

Closes #13 - Print outputs and add get-output command #45

Closed andrewdmay closed 4 years ago

andrewdmay commented 4 years ago

Prints outputs in a table after executing change sets and in the status output. Adds get-output command to retrieve a single output value without printing anything else. This required moving the printing of the stack status information from the constructor to the individual methods on the runner.