pantheon-systems / terminus

The Pantheon CLI — a standalone utility for performing operations on the Pantheon Platform
https://pantheon.io
Other
316 stars 194 forks source link

[BUGS-7938] Non interactive commands should also exit with error if the workflow failed. #2583

Closed kporras07 closed 4 months ago

kporras07 commented 4 months ago

Before, only interactive commands were exiting with the right exit code in case of errors.

namespacebrian commented 4 months ago

This does make me wonder about unintended side-effects... throwing the exception will halt further execution, right?