dcos task download

Download files from the Mesos task sandbox directory

Description

The dcos task download command downloads files from the Mesos task sandbox directory.

Usage

  1. dcos task download <task> [<path>] [OPTION]

Options

Name, shorthandDescription
—target-dirSpecifies the target directory of the download. Defaults to the current working directory ($PWD).

Positional arguments

Name, shorthandDefaultDescription
<task>Specifies a full task ID, a partial task ID, or a UNIX shell wildcard pattern (for example, my-task).
<path>/Specifies the Mesos sandbox directory path to a file or directory. You can also specify the path using a UNIX shell wildcard pattern (for example, /std)

Parent command

CommandDescription
dcos taskManage DC/OS tasks.