Out Plane
deploy

deploy

The deploy commands.

A deployment is one attempt to build an application and put the result in front of traffic. These commands start one, watch it, and read what happened afterwards.

There is no rollback and no cancel. The way back to a previous version is to deploy it again, which is why it is worth knowing what is actually live before assuming.

Commands

CommandWhat It DoesRisk
deploy createBuild and deploy an application.write
deploy listList recent deployments.read
deploy getShow one deployment.read
deploy logsShow the build output of one deployment.read

On this page