Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EXTERNAL_LICENSES.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gitdb (0.6.4)
imagesize (0.7.1)
License: MIT

jsonschema (2.4.0)
jsonschema (2.5.1)
License: MIT

pager (3.3)
Expand Down
1 change: 1 addition & 0 deletions cli/binary/binary.spec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ a = Analysis(['../dcoscli/main.py'],
],
binaries=None,
datas=[('../dcoscli/data/help/*', 'dcoscli/data/help'),
('../dcoscli/data/schemas/*', 'dcoscli/data/schemas'),
('../../dcos/data/config-schema/*', 'dcos/data/config-schema'),
('../../dcos/data/marathon/*', 'dcos/data/marathon')
],
Expand Down
8 changes: 8 additions & 0 deletions cli/dcoscli/data/help/package.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Usage:
dcos package --config-schema
dcos package --help
dcos package --info
dcos package build [--output-directory=<output-directory>] <build-definition>
dcos package describe [--app --cli --config]
[--render]
[--package-versions]
Expand All @@ -26,6 +27,8 @@ Usage:
dcos package update

Commands:
build
Build a package to install to DC/OS or share with Universe.
describe
Get specific details for packages.
install
Expand Down Expand Up @@ -68,6 +71,9 @@ Options:
Print a short description of this subcommand.
--options=<file>
Path to a JSON file that contains customized package installation options.
--output-directory=<output-directory>
Path to the directory where the data should be stored.
Defaults to the current working directory.
--package-version=<package-version>
The package version to install.
--package-versions
Expand All @@ -81,6 +87,8 @@ Options:
Turn off interactive mode and assume "yes" is the answer to all prompts.

Positional Arguments:
<build-definition>
Path to a DC/OS Package Build Definition.
<package-name>
Name of the DC/OS package in the package repository.
<query>
Expand Down
Loading