dcos marathon app list

Displaying all installed applications

Description

The dcos marathon app list will display a list of the installed applications.

Usage

  1. dcos marathon app list [--json|--quiet]

Options

NameDescription
—helpShow this message and exit.
—jsonDisplays JSON-formatted data.
-q, —quietDisplay IDs only for list.

Example

  1. dcos marathon app list
  2. ID MEM CPUS TASKS HEALTH DEPLOYMENT WAITING CONTAINER CMD
  3. /datastax-dse 1024 1 1/1 1/1 --- False N/A export...
  4. /kafka 1024 1 1/1 1/1 --- False N/A export...
  5. /spark 1024 1 0/1 0/0 scale False DOCKER /sbin/init.sh

Parent command

CommandDescription
dcos marathonDeploy and manage applications to DC/OS.