# AGENTS.md - Google Cloud Run CLI

You are being asked to install or use the Google Cloud Run CLI from the Printing Press library.

## What it is

cloud-run-admin-pp-cli is an agent-native command line tool for Google Cloud Run. Inspect and operate Google Cloud Run services, jobs, revisions, executions, and local inventory for serverless container fleets.
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 cloud-run-admin

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-cloud-run-admin --force

OpenClaw:

    clawhub install printing-press-library/cloud-run-admin

## MCP server

This CLI ships an MCP server (cloud-run-admin-pp-mcp) with 16 tools. Point any MCP client at it, including Claude Desktop.

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/cloud-run-admin
- Library page: https://printingpress.dev/library/cloud/cloud-run-admin
- This file: https://printingpress.dev/documentation/cloud-run-admin/agents.md
