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
— authenticate against your Tapistry environment.tapi init
— scaffold a new API from a template.tapi test
— run tests in the Tapistry sandbox.tapi publish
— ship a new version through build/test/scan stages.tapi promote
— move a build fromedge
tostable
.tapi logs --follow
— stream runtime logs in real time.
Install the CLI with pnpm add -g @tapistry/cli
, then run tapi --help
for built-in documentation.