|
4 | 4 |
|
5 | 5 | Usage: deis <command> [--formation <formation>] [<args>...] |
6 | 6 |
|
7 | | -Auth commands: |
8 | | -
|
9 | 7 | register register a new user with a controller |
10 | 8 | login login to a controller |
11 | 9 | logout logout from the current controller |
12 | 10 |
|
13 | | -Common commands: |
| 11 | +Shortcut commands: |
14 | 12 |
|
15 | 13 | create create a new container formation |
16 | 14 | info print a represenation of the formation |
|
20 | 18 | calculate recalculate and update the formation databag |
21 | 19 | destroy destroy a container formation |
22 | 20 |
|
23 | | -Infrastructure commands: |
| 21 | +Subcommands, use `deis help [subcommand]` to learn more: |
24 | 22 |
|
25 | 23 | formations manage container formations |
26 | 24 | layers manage layers of nodes |
|
32 | 30 | keys manage ssh keys |
33 | 31 |
|
34 | 32 | config manage environment variables for a formation |
35 | | - builds manage git-push builds for a formation |
| 33 | + builds manage git-push or docker builds |
36 | 34 | releases manage a formation's release history |
37 | 35 |
|
38 | 36 | Use `git push deis master` to deploy to a formation. |
39 | | -Use `deis help [command]` to learn more. |
| 37 | +
|
40 | 38 | """ |
41 | 39 |
|
42 | 40 | from cookielib import MozillaCookieJar |
@@ -337,7 +335,7 @@ def builds(self, args): |
337 | 335 | Valid commands for builds: |
338 | 336 |
|
339 | 337 | builds:list list build history for a formation |
340 | | - builds:create create a new build for a formation |
| 338 | + builds:create coming soon! |
341 | 339 |
|
342 | 340 | Use `deis help [command]` to learn more |
343 | 341 | """ |
|
0 commit comments