gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
935 stars 62 forks source link

Improve logging of command STDOUT and STDERR #24

Closed zackproser closed 3 years ago

zackproser commented 3 years ago

To assist with debugging why new or complex scripts aren't working as expected, we need better visibility into STDOUT and STDERR for all commands run.

brikis98 commented 3 years ago

Looking into this now

zackproser commented 3 years ago

Looking into this now

Awesome - thanks Jim!