spinnaker / roer

A thin Spinnaker CLI
Apache License 2.0
45 stars 45 forks source link

Give feedback when roer encounters an error #29

Closed benjaminws closed 6 years ago

benjaminws commented 6 years ago

This should provide slightly better feedback when an error happens upstream, say when a template doesn't parse correctly.

Prior to this, roer would exit with no feedback when an error was raised. No errors from upstream actions were presented because they were merely returned, then swallowed in main().

benjaminws commented 6 years ago

💯 thanks for the quick response