azure-devops-cli

Automate Azure DevOps resource management via the Azure CLI extension.

3|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/tfsugjp/csharptemplate --skill azure-devops-cli-tfsugjp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-devops-cli
Source: https://github.com/tfsugjp/csharptemplate/tree/main/.github/skills/azure-devops-cli
Command: npx skills add https://github.com/tfsugjp/csharptemplate --skill azure-devops-cli-tfsugjp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure DevOps administration and automation can be complex across multiple projects and resources. This Skill provides a unified command-line approach to manage Azure DevOps resources through the Azure CLI with the azure-devops extension, reducing manual context switching and scripting effort.

Core Features & Use Cases

  • Automate management of projects, pipelines, boards, repos, artifacts, and service endpoints.
  • Streamline admin tasks and CI/CD workflows via the Azure DevOps CLI extension.
  • Use in automation scripts, governance, and repeatable deployment pipelines across organizations.

Quick Start

Begin by listing your Azure DevOps projects to verify access using the Azure CLI.

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 pipelines from the command line?

You can manage Azure DevOps projects and pipelines from the command line by using the Azure CLI with the azure-devops extension to run az devops and az pipelines commands for end-to-end resource automation.

Can I automate Azure Boards and Repos administration using the Azure CLI?

Yes, you can automate Azure Boards and Repos administration using the Azure CLI by executing az boards and az repos commands to handle work items and repository operations without manual context switching.

What is the best way to automate CI/CD workflows across multiple Azure DevOps organizations?

Automating CI/CD workflows across multiple Azure DevOps organizations is best achieved by scripting Azure CLI commands with the azure-devops extension to standardize pipeline and service-endpoint configurations.

Do I need the azure-devops CLI extension to manage service endpoints and artifacts?

Yes, you need the azure-devops CLI extension to manage service endpoints and artifacts, as it provides the structured subcommands required to perform these end-to-end operations within your automation scripts.

How does using the Azure CLI for Azure DevOps compare to manual web portal administration?

Using the Azure CLI for Azure DevOps reduces manual context switching and scripting effort compared to web portal administration, providing a unified command-line approach to automate governance and repeatable deployments.

Why use command-line automation for Azure DevOps resource governance?

Command-line automation for Azure DevOps resource governance ensures repeatable deployments and consistent administration across projects, leveraging structured subcommands to streamline complex CI/CD workflows.