0.4.12413.1 MB
MIT
strict
core22
CLI tool for interacting with Azure DevOps
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:
1. Sign in to https://dev.azure.com/{yourorganization}
2. Click profile picture > Personal Access Tokens
3. Click + New Token
4. Configure scopes:
5. Copy and securely store the token
Basic Usage
Commands
For complete documentation and advanced usage examples, visit the project repository.
CLI tool for interacting with Azure DevOps.
Features
- Repository Management: List, create, delete, clone, view, and manage pull requests
- Pipeline Management: Manage Azure DevOps pipelines
- Board Management: Manage Azure DevOps boards and work items
- Authentication: Secure login using Personal Access Tokens (PAT)
- Default Project: Set a default project to avoid specifying --project for every command
Key Capabilities
Repository Operations
- List and manage repositories
- Clone all repositories from a project with parallel execution
- Create, view, and manage pull requests
- Delete repositories (soft/hard delete options)
Pipeline Operations
- List all pipelines in a project
- View pipeline runs and build details
- Start new pipeline runs
- Real-time build status updates
Board Operations
- View and manage work items (bugs, tasks, user stories, features, epics)
- Create, update, and delete work items
- Open work items in web browser
- Full CRUD operations support
Authentication Setup
Create a Personal Access Token (PAT) in Azure DevOps:
1. Sign in to https://dev.azure.com/{yourorganization}
2. Click profile picture > Personal Access Tokens
3. Click + New Token
4. Configure scopes:
* Code: Read & write
* Build: Read & execute
* Work Items: Read & write
* Project and Team: Read5. Copy and securely store the token
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 versionFor complete documentation and advanced usage examples, visit the project repository.
Update History
0.4.0 (207) → 0.4.1 (241)13 Apr 2026, 08:41 UTC
0.3.2 (89) → 0.4.0 (207)15 Mar 2026, 16:13 UTC
0.3.2 (89)13 Dec 2025, 09:47 UTC
10 Jun 2025, 06:51 UTC
9 Apr 2026, 17:17 UTC
13 Dec 2025, 09:47 UTC