Files
deb-python-dcos/cli/tests/data/help/package.txt
José Armando García Sancio d5366fcbdc dcos-3254 Implement package create
2015-11-11 16:06:46 -08:00

85 lines
2.5 KiB
Plaintext

Install and manage DCOS packages
Usage:
dcos package --config-schema
dcos package --info
dcos package bundle [--output-directory=<output-directory>]
<package-directory>
dcos package describe [--app --cli --config]
[--render]
[--package-versions]
[--options=<file>]
[--package-version=<package_version>]
<package-name>
dcos package install [--cli | [--app --app-id=<app_id>]]
[--package-version=<package_version>]
[--options=<file>]
[--yes]
<package-name>
dcos package list [--json --endpoints --app-id=<app-id> <package-name>]
dcos package search [--json <query>]
dcos package sources
dcos package uninstall [--cli | [--app --app-id=<app-id> --all]]
<package-name>
dcos package update [--validate]
Options:
--all
Apply the operation to all matching packages
--app
Apply the operation only to the package's Marathon application
--app-id=<app-id>
The application id
--cli
Apply the operation only to the package's CLI command
--config
Print the package's config.json, which contains the configurable
properties for marathon.json and command.json
-h, --help
Show this screen
--info
Show a short description of this subcommand
--options=<file>
Path to a JSON file containing package installation options
--output-directory=<output-directory>
Directory path where the DCOS package will be created. By default the
package will be created in the current working directory
--package-version=<package_version>
Package version to install
--package-versions
Print all versions for this package
--render
Render the package's marathon.json or command.json template with the
values from config.json and --options. If not provided, print the raw
templates.
--validate
Validate package content when updating sources
--version
Show version
--yes
Assume "yes" is the answer to all prompts and run non-interactively
Positional Arguments:
<package-directory>
Path to the directory containing the DCOS package
<package-name>
Name of the DCOS package
<query>
Pattern to use for searching for package