azure-devops-cli
Installation
Summary
Manage Azure DevOps resources including projects, repos, pipelines, builds, work items, and service endpoints via CLI.
- Covers six major domains: Repos and PRs, Pipelines and Builds, Boards and Work Items, Variables and Agents, Organization and Security, and Advanced Usage patterns
- Requires Azure CLI 2.81.0+ with the azure-devops extension; authenticate using PAT tokens and configure default organization/project to avoid repeating flags
- Supports output formatting with JMESPath queries, global arguments, and scripting patterns for automation workflows
- Includes reference documentation for each domain with complete command syntax, examples, and best practices for CI/CD and DevOps automation
SKILL.md
Azure DevOps CLI
Manage Azure DevOps resources using the Azure CLI with the Azure DevOps extension.
CLI Version: 2.81.0 (current as of 2025)
Prerequisites
# Install Azure CLI
brew install azure-cli # macOS
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash # Linux
# Install Azure DevOps extension
az extension add --name azure-devops