apps |
List all apps in the target space |
app |
Display health and status for an app |
create-app |
Create an Application in the target space |
push |
Push a new app or sync changes to an existing app |
scale |
Change or view the instance count, disk space limit, and memory limit for an app |
delete |
Delete an app |
rename |
Rename an app |
cancel-deployment |
Cancel the most recent deployment for an app. Resets the current droplet to the previous deployment's droplet. |
start |
Start an app |
stop |
Stop an app |
restart |
Stop all instances of the app, then start them again. |
stage-package |
Stage a package into a droplet |
restage |
Stage the app's latest package into a droplet and restart the app with this new droplet and updated configuration (environment variables, service bindings, buildpack, stack, etc.). |
restart-app-instance |
Terminate, then instantiate an app instance |
run task |
Run a one-off task on an app |
tasks |
List tasks of an app |
terminate-task |
Terminate a running task of an app |
packages |
List packages of an app |
create-package |
Uploads a Package |
droplets |
List droplets of an app |
set-droplet |
Set the droplet used to run an app |
download-droplet |
Download an application droplet |
events |
Show recent app events |
logs |
Tail or show recent logs for an app |
env |
Show all env variables for an app |
set-env |
Set an env variable for an app |
unset-env |
Remove an env variable from an app |
stacks |
List all stacks (a stack is a pre-built file system, including an operating system, that can run apps) |
stack |
Show information for a stack (a stack is a pre-built file system, including an operating system, that can run apps) |
copy-source |
Copies the source code of an application to another existing application and restages that application |
create-app-manifest |
Create an app manifest for an app that has been pushed successfully |
get-health-check |
Show the type of health check performed on an app |
set-health-check |
Change type of health check performed on an app's process |
enable-ssh |
Enable ssh for the application |
disable-ssh |
Disable ssh for the application |
ssh-enabled |
Reports whether SSH is enabled on an application container instance |
ssh |
SSH to an application container instance |
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by chubbard