run-task - Cloud Foundry CLI Reference Guide


NOM

run-task - Exécuter une tâche ponctuelle sur une application

SYNTAXE

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

OPTIONS

-k

Limite de disque (par exemple 256M, 1024M, 1G)

-m

Limite de mémoire (par exemple 256M, 1024M, 1G)

--name

Nom à attribuer à la tâche (généré si cet attribut est omis)

VOIR AUSSI

logs, tasks, terminate-task