azure-devops-cli

Manage Azure DevOps resources via Azure CLI commands.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/lluppesms/dadabase.demo --skill azure-devops-cli-lluppesms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-cli
Source: https://github.com/lluppesms/dadabase.demo/tree/main/.github/skills/azure-devops-cli
Command: npx skills add https://github.com/lluppesms/dadabase.demo --skill azure-devops-cli-lluppesms

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to manage Azure DevOps resources efficiently through the command line, streamlining DevOps workflows and automation.

Core Features & Use Cases

  • Resource Management: Create, list, update, and delete projects, repositories, pipelines, work items, and more.
  • Automation: Automate complex DevOps tasks and integrate them into CI/CD pipelines.
  • Use Case: Automate the creation of a new Azure DevOps project, including setting up initial repositories, build pipelines, and security groups, all from a single script.

Quick Start

Use the azure-devops-cli skill to list all projects in your Azure DevOps organization.

Frequently Asked Questions about azure-devops-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Azure DevOps projects and repositories from the command line?

Manage Azure DevOps projects and repositories from the command line by executing `az devops` commands to create, list, update, and delete resources directly through the Azure CLI interface.

Can I automate Azure DevOps pipeline creation and configuration?

Automate Azure DevOps pipeline creation and configuration by integrating `az devops` commands into scripts, enabling automated setup of build pipelines, service endpoints, and CI/CD workflows.

What is the best way to script bulk updates for Azure DevOps work items?

Script bulk updates for Azure DevOps work items using the Azure CLI to automate modifications, streamline project tracking, and configure detailed resource properties programmatically.

Does the Azure CLI support managing Azure DevOps pull requests and artifacts?

The Azure CLI supports managing Azure DevOps pull requests and artifacts via its extensions, allowing users to handle code reviews and package management directly from terminal commands.

How do I set up Azure DevOps security groups and service endpoints via CLI?

Set up Azure DevOps security groups and service endpoints via CLI by running `az devops` commands to configure access permissions and integrate external services for automated CI/CD deployments.