GitOps plugins
Azure DevOps (GitOps provider)

Azure DevOps for VibeControls

Integrate Azure DevOps with VibeControls for seamless GitOps workflows. Supports REST 7.1 for efficient plugin management.

$vibe plugin install @vibecontrols/vibe-plugin-gitops-azdevops
Azure DevOps — VibeControls plugin illustration

About this plugin

Azure DevOps 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-azdevops

Auth

Personal Access Token (PAT) with these scopes (https://dev.azure.com/{org}/_usersSettings/tokens):

  • Code: read
  • Pull Request: read
  • Build: read
  • Release: read (optional)
  • Security: read (optional)
curl -X POST "${AGENT_URL}/api/profiles/default/gitops/azdevops/auth" \
  -H "x-agent-api-key: $KEY" \
  -d '{
    "kind": "pat",
    "token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "meta": { "organization": "my-org" }
  }'

The meta.organization field is required — Azure DevOps APIs are scoped per organisation.

Repo FQN

Azure DevOps FQN format: {organization}/{project}/{repo} (3 segments).

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-azdevops
  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