Description:
    Manage commands that are under development.

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

Commands:
    package add
        Add a DC/OS package to DC/OS.
    package build
        Build a package locally to be added to DC/OS or to be shared with
        Universe.
    service start
        Start a service from a non-native DC/OS package. See
        `dcos experimental package add` for information on how to add a
        package to DC/OS.

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.
    --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.
