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
944 stars 62 forks source link

use SSH for operations #126

Open beliaev-maksim opened 1 year ago

beliaev-maksim commented 1 year ago

Currently from documentation it is unclear if SSH or HTTPS is utilized. If there is a possibility to switch between two?

Can we please update the docs to reference it.

And if it is not possible, then would be great to add SSH support

lindell commented 11 months ago

It uses HTTPS, since it's possible to use the auth token to do the cloning. It seems to not be supported.

I maintain a similar project called multi-gitter that does support it with the --ssh-auth flag. You might want to check it out.