Description:
    Experimental commands. These commands are under development and are subject to change.

Usage:
    dcos experimental --help
    dcos experimental --info
    dcos experimental package add [--json]
                                  (--dcos-package=<dcos-package> |
                                    (--package-name=<package-name>
                                      [--package-version=<package-version>]))
    dcos experimental package build [--json]
                                    [--output-directory=<output-directory>]
                                    <build-definition>
    dcos experimental service start [--json]
                                    [--package-version=<package-version>]
                                    [--options=<options-file>]
                                    <package-name>

Commands:
    package add
        Adds a DC/OS package to DC/OS.
    package build
        Build a package locally to install to DC/OS or share with Universe.
    service start
        Starts a DC/OS package previously added with `dcos experimental package add`

Options:
    --dcos-package=<dcos-package>
        Path to a DC/OS Package.
    -h, --help
        Print usage.
    --info
        Print a short description of this subcommand.
    --json
        Prints information is json format.
    --options=<options-file>
        Path to a JSON file that contains customized package execution options.
    --output-directory=<output-directory>
        Path to the directory where the data should be stored.
        Defaults to the current working directory.
    --package-name=<package-name>
        Name of the DC/OS package in the package repository.
    --package-version=<package-version>
        The package version to add.
    --version
        Print version information.

Positional Arguments:
    <build-definition>
        Path to a DC/OS Package Build Definition.
    <package-name>
        Name of a DC/OS package that has been added to DC/OS.
