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

[FEATURE REQUEST] Bitbucket integration #37

Open pjroth opened 3 years ago

pjroth commented 3 years ago

This looks useful to us if it supported bitbucket cloud.

Thank you!

gcase555 commented 1 year ago

I would definitely be interested in adding bitbucket support

gcase555 commented 1 year ago

just FYI i plan on forking git-axrgs and working on this, I will submit a PR/update this issue with my progress when I get something working.

It will be challenging to decouple from github and create an interface for picking between different git providers but seems doable.

lindell commented 10 months ago

Bitbucket-server is supported in a similar project I maintain called multi-gitter. You might want to check it out if that is what you use.

gcase555 commented 7 months ago

@lindell Unfortunate that repo doesn't support bitbucket cloud

gcase555 commented 7 months ago

I am going to try to get bitbucket cloud integration working first, maybe add on-prem support if desired. I think one tricky thing about the implementation here is changing the CLI and config settings to be less github centric. I am currently working on a more generic interface that allows folks to configure other git providers.