Bitbucket Cloud for VibeControls
Bitbucket Cloud provider for the GitOps meta plugin — REST v2.
vibe plugin install @vibecontrols/vibe-plugin-gitops-bitbucket
About this plugin
Bitbucket Cloud provider for the @vibecontrols/vibe-plugin-gitops meta plugin.
Install
vibe plugin install @vibecontrols/vibe-plugin-gitops # meta (once)
vibe plugin install @vibecontrols/vibe-plugin-gitops-bitbucket
Auth
App password with these permissions (https://bitbucket.org/account/settings/app-passwords/):
- Repositories: read
- Pull requests: read
- Pipelines: read
vibe gitops auth set bitbucket "$BB_USERNAME:$BB_APP_PASSWORD"
PAT format: username:app_password (Basic auth). The username portion is your Bitbucket account name.
Note
Bitbucket Server / on-prem (Data Center) is NOT supported in v1 — only Bitbucket Cloud (bitbucket.org).
License
Proprietary — see LICENSE.
Use it in 30 seconds
- Make sure the agent is running:
vibe start - Install the meta first:
vibe plugin install @vibecontrols/vibe-plugin-gitops - Install this plugin:
vibe plugin install @vibecontrols/vibe-plugin-gitops-bitbucket - List installed plugins:
vibe plugin list
Other GitOps plugins
GitHub
GitHub provider for the GitOps meta plugin — REST v3 + GraphQL v4.
@vibecontrols/vibe-plugin-gitops-githubGitLab
GitLab provider for the GitOps meta plugin — REST v4.
@vibecontrols/vibe-plugin-gitops-gitlabAzure DevOps
Integrate Azure DevOps with VibeControls for seamless GitOps workflows. Supports REST 7.1 for efficient plugin management.
@vibecontrols/vibe-plugin-gitops-azdevops