start - Cloud Foundry CLI Reference Guide


名前

start - アプリを開始します

使用法

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.

別名

st

環境

CF_STAGING_TIMEOUT=15 Max wait time for staging, in minutes
CF_STARTUP_TIMEOUT=5 アプリ・インスタンス起動の最大待ち時間 (分)

その他の参照先

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