We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add support for bitbucket for repo bootstrap & provide documentation.
I see this issue is open #7
But PR #172 is closed so not sure if bitbucket support is there but undocumented or still missing?
Thanks
The text was updated successfully, but these errors were encountered:
Figured out how to work with bitbucket & sharing
export GIT_TOKEN=xxxx
export GIT_REPO="https://bitbucket.org/user/repo.git"
argocd-autopilot repo bootstrap
Sorry, something went wrong.
Hello 👋
It seems like it is not working anymore:
$ argocd-autopilot repo bootstrap INFO cloning repo: https://bitbucket.org/orga/repo.git WARNING --provider not specified, assuming provider from url: bitbucket.org FATAL git provider 'bitbucket.org' not supported
I guess we need to wait for official support then.
@Lp-Francois
force the github flag (it worked to me)
argocd-autopilot repo bootstrap --provider github [...]
argocd-autopilot repo bootstrap --provider github
No branches or pull requests
Please add support for bitbucket for repo bootstrap & provide documentation.
I see this issue is open #7
But PR #172 is closed so not sure if bitbucket support is there but undocumented or still missing?
Thanks
The text was updated successfully, but these errors were encountered: