run-task - Cloud Foundry CLI Reference Guide


名稱

run-task - 在應用程式上執行單次作業

用法

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

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 --command "bundle exec rake db:migrate" --name migrate cf run-task my-app --process batch_job cf run-task my-app

別名

rt

選項

--command, -c

要執行的指令

-k

磁碟限制(例如 256M、1024M、1G)

-m

記憶體限制(例如 256M、1024M、1G)

--name

要提供給作業的名稱(如果省略,則會自動產生)

--process

Process type to use as a template for command, memory, and disk for the created task.

--wait, -w

Wait for the task to complete before exiting

另請參閱

logs, tasks, terminate-task