We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb5350 commit c5ceeb4Copy full SHA for c5ceeb4
cmd/obol/main.go
@@ -49,6 +49,12 @@ COMMANDS:
49
network install Install and deploy network to cluster
50
network delete Remove network and clean up cluster resources
51
52
+ App Management:
53
+ app install Install a Helm chart as an application
54
+ app list List installed applications
55
+ app sync Deploy application to cluster
56
+ app delete Remove application and cluster resources
57
+
58
Kubernetes Tools (with auto-configured KUBECONFIG):
59
kubectl Run kubectl with stack kubeconfig (passthrough)
60
helm Run helm with stack kubeconfig (passthrough)
0 commit comments