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