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