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
| Command | What It Does | Risk |
|---|---|---|
deploy create | Build and deploy an application. | write |
deploy list | List recent deployments. | read |
deploy get | Show one deployment. | read |
deploy logs | Show the build output of one deployment. | read |