azure-devops-cli

Installation
SKILL.md

Azure DevOps CLI Skill

Quick Start

Installation & Authentication

# Install Azure DevOps CLI extension
az extension add --name azure-devops

# Authenticate (choose one method)
az login                                    # Interactive browser login
az devops login --organization https://dev.azure.com/YOUR_ORG  # PAT token login

# Configure defaults (recommended)
az devops configure --defaults organization=https://dev.azure.com/YOUR_ORG project=YOUR_PROJECT
Installs
70
GitHub Stars
66
First Seen
Mar 3, 2026
azure-devops-cli — rysweet/amplihack