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
933 stars 63 forks source link

Support for re-running scripts on only failed repos #79

Open klauern opened 2 years ago

klauern commented 2 years ago

Describe the solution you'd like I was using git-xargs for a set of small changes on a number of repositories, but discovered a few of them have different behavior than anticipated, and I wanted to re-run a modified script against only those failed runs. Is that possible?

Describe alternatives you've considered Manually editing a repos.txt file with the repos and re-running seems to be the answer, but it's clunky (imo).

Additional context