Description:
    Manage DCOS services.

Usage:
    dcos service --info
    dcos service [--completed --inactive --json]
    dcos service log [--follow --lines=N --ssh-config-file=<path>]
                     <service> [<file>]
    dcos service shutdown <service-id>

Commands:
    log
        Print the service logs.

    shutdown
        Shutdown a service.

Options:
    --completed
        Show the completed and active services. Completed services have either
        been disconnected from master and reached their failover timeout, or
        have been explicitly shutdown via the /shutdown endpoint.
    -h, --help
        Print usage.
    --follow
        Print data as the log file grows.
    --inactive
        Show the inactive and active services. Inactive services have been
        disconnected from master, but haven't yet reached their failover timeout.
    --info
        Print a short description of this subcommand.
    --json
        Print JSON-formatted list of DCOS services.
    --lines=N
        Print the last N lines, where 10 is the default.
    --ssh-config-file=<path>
        The path to the SSH config file. This is used to access the Marathon
        logs.
    --version
        Print version information.

Positional Arguments:
    <file>
        The service log filename for the Mesos sandbox. The default is stdout.
    <service>
        The DCOS Service name.
    <service-id>
        The DCOS Service ID.
