General 177 installs

azure-devops-cli

by github/awesome-copilot

Manage Azure DevOps resources via CLI including projects, repos, pipelines, builds, pull requests, work items, artifacts, and service endpoints. Use when…

Skill content

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

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

Authentication