Closed swalkinshaw closed 2 years ago
Fixes #300
This improves failure handling and output for two types of commands:
In both cases trellis-cli wasn't outputting useful error output from the underlying Ansible commands making it harder to troubleshoot.
The solution is to capture the output and conditionally display the error output when the underlying command fails.
Fixes #300
This improves failure handling and output for two types of commands:
In both cases trellis-cli wasn't outputting useful error output from the underlying Ansible commands making it harder to troubleshoot.
The solution is to capture the output and conditionally display the error output when the underlying command fails.