helm ls
List releases
Options
Name | Description |
---|---|
--all, -a | Show all releases without any filter applied |
--all-namespaces, -A | List releases across all namespaces |
--date, -d | Sort by release date |
--deployed | Show deployed releases. If no other is specified, this will be automatically enabled |
--failed | Show failed releases |
--filter, -f <filter> | A regular expression (Perl compatible). Any releases that match the expression will be included in the results |
--max, -m <max> | Maximum number of releases to fetch |
--no-headers | Don't print headers when using the default output format |
--offset <offset> | Next release index in the list, used to offset from start value |
--output, -o <output> | Prints the output in the specified format. Allowed values: table, json, yaml |
--pending | Show pending releases |
--reverse, -r | Reverse the sort order |
--selector, -l <selector> | Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2). Works only for secret(default) and configmap storage backends |
--short, -q | Output short (quiet) listing format |
--superseded | Show superseded releases |
--time-format <time-format> | Format time using golang time formatter. Example: --time-format "2006-01-02 15:04:05Z0700" |
--uninstalled | Show uninstalled releases (if 'helm uninstall --keep-history' was used) |
--uninstalling | Show releases that are currently being uninstalled |