run-task - Cloud Foundry CLI Reference Guide


NOME

run-task - Execute uma tarefa única em um app

USO

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

ALIAS

rt

OPÇÕES

-k

Limite de disco (por exemplo, 256 M, 1024 M, 1 G)

-m

Limite de memória (por exemplo, 256 M, 1024 M, 1 G)

--name

Nome para fornecer à tarefa (gerado, se omitido)

VEJA TAMBÉM

logs, tasks, terminate-task