Skip to content

Commit cd28ce4

Browse files
author
Gabriel Monroy
committed
remove ops commands from client help
1 parent f16dd02 commit cd28ce4

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

client/deis.py

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
nodes manage nodes used to host containers and proxies
1818
1919
apps manage applications used to service end-users
20-
containers manage containers used to perform work an app
20+
containers manage containers used to service applications
2121
config manage environment variables that define app config
2222
builds manage builds created using `git push`
2323
releases manage releases of an application
@@ -26,16 +26,7 @@
2626
flavors manage flavors of nodes including size and location
2727
keys manage ssh keys used for `git push` deployments
2828
29-
Operations commands::
30-
31-
init initialize a new formation
32-
scale scale nodes in a formation (deis=2, layer2=1)
33-
converge force-converge all nodes
34-
calculate recalculate and print the formation databag
35-
info print a representation of the formation
36-
destroy destroy a formation
37-
38-
Developer commands::
29+
Developer shortcut commands::
3930
4031
create create a new application
4132
scale scale process types (web=2, worker=1)

0 commit comments

Comments
 (0)