dcos task ls

Display the list of files in the Mesos task directory

Description

The dcos task ls command displays a list of the files in the Mesos task sandbox.

Usage

  1. dcos task ls [--all | --completed] [--long] [<task>] [<path>]

Options

NameDescription
—allPrint completed and in-progress tasks.
—completedDisplays completed and in-progress tasks.
—longDisplays full Mesos sandbox file attributes.

Positional arguments

NameDefaultDescription
<task>A full task ID, a partial task ID, or a regular expression.
<path>.The Mesos sandbox directory path.

Parent command

CommandDescription
dcos taskManage DC/OS tasks.