Hint to help users install package subcommands.

This commit is contained in:
Connor Doyle
2015-04-06 23:22:25 -07:00
parent da823d2204
commit b6be2fe4d4

View File

@@ -139,6 +139,8 @@ def _install(package):
distribution_name, err = _distribution_name(package)
if err is not None:
emitter.publish(err)
emitter.publish(errors.DefaultError("Note: To install only the \
subcommand for a package, run `dcos package install <package> --cli` instead"))
return 1
err = subcommand.install(