mirror of
https://github.com/helm/helm.git
synced 2026-04-27 00:57:23 -04:00
Update pkg/cmd/list.go
Co-authored-by: George Jenkins <gvjenkins@gmail.com> Signed-off-by: Terry Howe <terrylhowe@gmail.com>
This commit is contained in:
parent
c3aa5c51e6
commit
f6e60138e8
1 changed files with 1 additions and 3 deletions
|
|
@ -37,9 +37,7 @@ import (
|
|||
var listHelp = `
|
||||
This command lists all of the releases for a specified namespace (uses current namespace context if namespace not specified).
|
||||
|
||||
By default, it lists all releases in any status including deployed, failed,
|
||||
pending-upgrade, pending-install, pending-rollback, uninstalled, uninstalling,
|
||||
superseded, and unknown. Individual status filters like '--deployed', '--failed',
|
||||
By default, it lists all releases in any status. Individual status filters like '--deployed', '--failed',
|
||||
'--pending', '--uninstalled', '--superseded', and '--uninstalling' can be used
|
||||
to show only releases in specific states. Such flags can be combined:
|
||||
'--deployed --failed'.
|
||||
|
|
|
|||
Loading…
Reference in a new issue