@gilbertwong1996/ado
v0.4.4
Published
AI-native Azure DevOps CLI — structured JSON output, embedded skills for LLM agents, single-file cross-platform binary.
Maintainers
Readme
@gilbertwong1996/ado
AI-native Azure DevOps CLI — structured JSON output, embedded skills for LLM agents, single-file cross-platform binary.
This is the npm distribution of ado.
The main package picks the right platform binary (via optionalDependencies)
and execs it.
Install
npm install -g @gilbertwong1996/adoThen:
ado --help
ado login --org myorg
ado projects list --json
ado schema --json
ado skills install --target piFeatures
- AI-native —
--jsonon every command, stable error codes, self-discoverable command tree (ado schema --json). - Embedded skills for LLM agents —
ado skills list/read/searchexpose the skill catalog.ado skills installcopies the skills into~/.pi/agent/skills/,~/.claude/skills/, or~/.cursor/skills/so the agent loads them natively. - 24 service areas — projects, repos, work items, pipelines, builds, pull requests, packages, security, agent pools, branches, wikis, service connections, etc.
- 3 auth methods — PAT, browser OAuth (PKCE), device code. MSA personal
accounts supported. No
azCLI dependency. - CI/CD friendly —
ado ci watch PROJECT BUILD_IDstreams build logs in real time. - Cross-platform — single self-contained binary for macOS (arm64/x86_64), Linux (x86_64/aarch64), and Windows x86_64. No runtime dependencies.
Documentation
See the full README on GitHub for the complete command reference.
License
Apache-2.0 — see LICENSE.
