GitOps plugins
GitLab (GitOps provider)
GitLab for VibeControls
GitLab provider for the GitOps meta plugin — REST v4.
$
vibe plugin install @vibecontrols/vibe-plugin-gitops-gitlab
About this plugin
GitLab 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-gitlab
Auth
Personal Access Token (api scope). Self-hosted instances supported via meta.host:
vibe gitops auth set gitlab glpat-xxxxxxxxxxxxxxxxxxxx
Self-hosted GitLab:
curl -X POST "${AGENT_URL}/api/profiles/default/gitops/gitlab/auth" \
-H "x-agent-api-key: $KEY" \
-d '{"kind":"pat","token":"glpat-xxx","meta":{"host":"https://gitlab.acme.com"}}'
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-gitlab - List installed plugins:
vibe plugin list
Other GitOps plugins
providerGitOps
GitHub
GitHub provider for the GitOps meta plugin — REST v3 + GraphQL v4.
@vibecontrols/vibe-plugin-gitops-githubproviderGitOps
Bitbucket Cloud
Bitbucket Cloud provider for the GitOps meta plugin — REST v2.
@vibecontrols/vibe-plugin-gitops-bitbucketproviderGitOps
Azure DevOps
Integrate Azure DevOps with VibeControls for seamless GitOps workflows. Supports REST 7.1 for efficient plugin management.
@vibecontrols/vibe-plugin-gitops-azdevops