Out Plane
app

app

The app commands.

An application is one deployable thing: a source to build or an image to run, the ports it serves, the disks it mounts, and however many copies of it you asked for. These commands create one, show what it is doing, change its size, stop it, and remove it.

Most of them take the application as their first argument and fall back to the one this directory is linked to, so after outplane link the name is optional. Deleting is the exception. It never guesses which application you meant.

Commands

CommandWhat It DoesRisk
app listList the applications in a team.read
app getShow one application in detail.read
app createCreate an application and deploy it.write
app scaleChange how many instances an application runs, and how large they are.write
app pauseStop an application without deleting it.write
app resumeStart a paused application.write
app instancesList the instances an application is actually running.read
app deletePermanently delete an application.destructive
app renameChange the label an application is shown under.write
app shellOpen an interactive shell on a running instance.write

On this page