phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
101 stars 10 forks source link

Forward parse-sandboxed STDERR on success #1335

Closed cd-work closed 7 months ago

cd-work commented 7 months ago

Previously the STDERR of the sandboxed parse-sandboxed subcommand was only forwarded if the command failed. Now the STDERR is always inherited regardless of exit status.

To ensure optimal troubleshooting in case of a failure, the STDOUT is now also printed to STDOUT in case of a failure.

Closes #1329.