run-task - Cloud Foundry CLI Reference Guide


名前

run-task - アプリでワンオフ・タスクを実行します

使用法

cf run-task APP_NAME COMMAND [-k DISK] [-m MEMORY] [--name TASK_NAME]

TIP

Use 'cf logs' to display the logs of the app and all its tasks. If your task name is unique, grep this command's output for the task name to view task-specific logs.

EXAMPLES

cf run-task my-app "bundle exec rake db:migrate" --name migrate

別名

rt

オプション

-k

ディスク制限 (例: 256M、1024M、1G)

-m

メモリー制限 (例: 256M、1024M、1G)

--name

タスクに付ける名前 (省略された場合は生成されます)

その他の参照先

logs, tasks, terminate-task