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
GitLab — VibeControls plugin illustration

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

  1. Make sure the agent is running: vibe start
  2. Install the meta first: vibe plugin install @vibecontrols/vibe-plugin-gitops
  3. Install this plugin: vibe plugin install @vibecontrols/vibe-plugin-gitops-gitlab
  4. List installed plugins: vibe plugin list

We use cookies for essential site functions and, with your consent, for analytics to improve VibeControls. We don't use advertising or cross-site tracking cookies. See our Cookie Policy.

Preferences