We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884fdf0 commit f097178Copy full SHA for f097178
docs/quickrun.md
@@ -51,7 +51,7 @@ warcli cluster deploy
51
52
...to deploy warnet to your cluster.
53
54
-`warcli deploy` also automatically configures port forwarding to the Server in the cluster.
+`warcli cluster deploy` also automatically configures port forwarding to the Server in the cluster.
55
56
## Stopping
57
src/warnet/cli/cluster.py
@@ -22,8 +22,7 @@ def cluster():
22
"""Start, configure and stop a warnet k8s cluster\n
23
\b
24
Supports chaining, e.g:
25
- warcli cluster deploy
26
- warcli cluster teardown
+ warcli cluster deploy-logging connect-logging
27
"""
28
pass
29
0 commit comments