Install latest/stable of Azure DevOps CLI
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Azure DevOps CLI
CLI tool for interacting with Azure DevOps.
Features
Key Capabilities
Repository Operations
Pipeline Operations
Board Operations
Authentication Setup
Create a Personal Access Token (PAT) in Azure DevOps:
Basic Usage
# Login with your PAT
azdocli login
# Set default project (optional)
azdocli project MyProject
# Repository management
azdocli repos list
azdocli repos clone --parallel
azdocli repos pr list --repo MyRepo
# Pipeline management
azdocli pipelines list
azdocli pipelines run --id 42
# Board management
azdocli boards work-item show --id 123
azdocli boards work-item create bug --title "Fix login"
Commands
USAGE: azdocli [SUBCOMMAND]
SUBCOMMANDS:
boards Manage Azure DevOps boards
login Login with Personal Access Token
logout Logout from Azure DevOps
pipelines Manage Azure DevOps pipelines
project Set/view default project
repos Manage Azure DevOps repositories
OPTIONS:
-h, --help Print help
-V, --version Print version
For complete documentation and advanced usage examples, visit the project repository.
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.