We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deis logs
1 parent d64892a commit 30a939fCopy full SHA for 30a939f
1 file changed
client/deis.py
@@ -19,6 +19,7 @@
19
info print a representation of the formation
20
converge force-converge all nodes in the formation
21
calculate recalculate and update the formation databag
22
+ logs view aggregated log info for the formation
23
destroy destroy a container formation
24
25
Subcommands, use ``deis help [subcommand]`` to learn more::
@@ -643,6 +644,7 @@ def formations(self, args):
643
644
formations:balance rebalance the container formation
645
formations:converge force-converge all nodes in the formation
646
formations:calculate recalculate and update the formation databag
647
+ formations:logs view aggregated log info for the formation
648
formations:destroy destroy a container formation
649
650
Use `deis help [command]` to learn more
0 commit comments