Skip to content

Commit 13f5128

Browse files
author
Gabriel Monroy
committed
more cli inline help edits
1 parent 56d0d30 commit 13f5128

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

client/deis.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@
44
55
Usage: deis <command> [--formation <formation>] [<args>...]
66
7-
Auth commands:
8-
97
register register a new user with a controller
108
login login to a controller
119
logout logout from the current controller
1210
13-
Common commands:
11+
Shortcut commands:
1412
1513
create create a new container formation
1614
info print a represenation of the formation
@@ -20,7 +18,7 @@
2018
calculate recalculate and update the formation databag
2119
destroy destroy a container formation
2220
23-
Infrastructure commands:
21+
Subcommands, use `deis help [subcommand]` to learn more:
2422
2523
formations manage container formations
2624
layers manage layers of nodes
@@ -32,11 +30,11 @@
3230
keys manage ssh keys
3331
3432
config manage environment variables for a formation
35-
builds manage git-push builds for a formation
33+
builds manage git-push or docker builds
3634
releases manage a formation's release history
3735
3836
Use `git push deis master` to deploy to a formation.
39-
Use `deis help [command]` to learn more.
37+
4038
"""
4139

4240
from cookielib import MozillaCookieJar
@@ -337,7 +335,7 @@ def builds(self, args):
337335
Valid commands for builds:
338336
339337
builds:list list build history for a formation
340-
builds:create create a new build for a formation
338+
builds:create coming soon!
341339
342340
Use `deis help [command]` to learn more
343341
"""

0 commit comments

Comments
 (0)