run-task - Cloud Foundry CLI Reference Guide


NOME

run-task - Esegui un'attività una tantum su un'applicazione

UTILIZZO

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

ALIAS

rt

OPZIONI

--command, -c

Il comando da eseguire

-k

Limite del disco (ad esempio, 256M, 1024M, 1G)

-m

Limite di memoria (ad esempio, 256M, 1024M, 1G)

--name

Nome da fornire all'attività (generato se omesso)

--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

VEDI ANCHE

logs, tasks, terminate-task