# AGENTS.md - azure-devops CLI

You are being asked to install or use the azure-devops CLI from the Printing Press library.

## What it is

azure-devops-pp-cli is an agent-native command line tool for azure-devops. The fastest Azure DevOps CLI — offline-first, agent-native
It is a single Go binary that ships with an agent skill, and it installs with one command.

## Install

Recommended (installs the binary and the agent skill):

    npx -y @mvanhorn/printing-press-library install azure-devops

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-azure-devops --force

OpenClaw:

    clawhub install printing-press-library/azure-devops

## After install

Call azure-devops-pp-cli from the shell, or use the /pp-azure-devops skill inside an agent.
Run azure-devops-pp-cli --help to list commands.

## Links

- Documentation: https://printingpress.dev/documentation/azure-devops
- Library page: https://printingpress.dev/library/developer-tools/azure-devops
- This file: https://printingpress.dev/documentation/azure-devops/agents.md
