Skip to content

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.

kindplane chart list [flags]

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

  -c, --config string   config file (default is ./kindplane.yaml)
  -V, --verbose         verbose output

SEE ALSO