start - Cloud Foundry CLI Reference Guide


NOM

start - Démarrer une application

SYNTAXE

cf start APP_NAME If the app's most recent package is unstaged, starting the app will stage and run that package. Otherwise, the app's current droplet will be run.

ALIAS

st

ENVIRONNEMENT

CF_STAGING_TIMEOUT=15 Max wait time for staging, in minutes
CF_STARTUP_TIMEOUT=5 Temps d'attente maximal pour le démarrage de l'instance d'application, en minutes

VOIR AUSSI

apps, logs, restart, run-task, scale, ssh, stop