Skip to main content
The deploy commands mirror the platform’s deploys API — they trigger and inspect deployments. Managing the deploy target itself (the production app) lives under production-app commands.

create

Deploy a version to a production app:
Fails with a conflict if a deployment for the production app is already in progress.

list

get

Get a deployment’s status and phase breakdown:

cancel

Only deployments currently in progress can be cancelled.