@@ -29,24 +29,24 @@ func Command(argv []string) int {
2929Usage: deisctl [options] <command> [<args>...]
3030
3131Commands, use "deisctl help <command>" to learn more:
32+ config set platform or component values
33+ dock open an interactive shell on a container in the cluster
34+ help show the help screen for a command
3235 install install components, or the entire platform
33- uninstall uninstall components
36+ journal print the log output of a component
3437 list list installed components
3538 machines list the current hosts in the cluster
36- start start components
37- stop stop components
39+ refresh-units refresh unit files from GitHub
3840 restart stop, then start components
39- status view status of components
41+ rolling-restart perform a rolling restart of a Deis component (currently only router is supported)
4042 scale grow or shrink the number of routers, registries or store gateways
41- journal print the log output of a component
42- config set platform or component values
43- refresh-units refresh unit files from GitHub
4443 ssh open an interactive shell on a machine in the cluster
45- dock open an interactive shell on a container in the cluster
46- help show the help screen for a command
44+ start start components
45+ status view status of components
46+ stop stop components
47+ uninstall uninstall components
4748 upgrade-prep prepare a running cluster for upgrade
4849 upgrade-takeover allow an upgrade to gracefully takeover a running cluster
49- rolling-restart perform a rolling restart of a Deis component (currently only router is supported)
5050
5151Options:
5252 -h --help show this help screen
0 commit comments