kindplane chart list
kindplane chart list¶
List installed Helm releases
Synopsis¶
List all Helm releases installed in the cluster.
By default, lists releases in all namespaces. Use --namespace to filter.
Examples¶
# List all releases
kindplane chart list
# List releases in a specific namespace
kindplane chart list --namespace monitoring
Options¶
-h, --help help for list
-n, --namespace string Filter by namespace (default: all namespaces)
--timeout duration Timeout for listing releases (default 30s)
Options inherited from parent commands¶
SEE ALSO¶
- kindplane chart - Manage Helm charts