Skip to content

Commit 65b3998

Browse files
author
Michelle Noorali
committed
Merge pull request #4628 from michelleN/alphabetize-commands
style(deisctl): alphabetize deisctl commands
2 parents 393883e + 7e7a509 commit 65b3998

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

deisctl/deisctl.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@ func Command(argv []string) int {
2929
Usage: deisctl [options] <command> [<args>...]
3030
3131
Commands, 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
5151
Options:
5252
-h --help show this help screen

0 commit comments

Comments
 (0)