CLI Reference
The `tapi` CLI streamlines publishing and operating Tapistry APIs. See the Markdown source in docs/guides/CLI_REFERENCE.md for a full command table.
Common Commands
tapi login --backend <url>— authenticate against your Tapistry environment.tapi init --template python-fastapi— scaffold a new API from a template.tapi validate --file tapistry.yaml— confirm the manifest is well-formed.tapi publish --channel edge— ship a new version through build/test/scan stages.tapi pipeline <slug> --watch— monitor pipeline status until completion.tapi agent --format json— emit an AI-friendly manifest summarizing workflows.
Install the CLI with pnpm add -g @tapistry/cli, then run tapi --help for built-in documentation.