Update pkg/cmd/list.go

Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Terry Howe <terrylhowe@gmail.com>
pull/31295/head
Terry Howe 2 days ago committed by GitHub
parent 678c336230
commit 41a3d2f7a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,9 +36,7 @@ import (
var listHelp = ` var listHelp = `
This command lists all of the releases for a specified namespace (uses current namespace context if namespace not specified). 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, By default, it lists all releases in any status. Individual status filters like '--deployed', '--failed',
pending-upgrade, pending-install, pending-rollback, uninstalled, uninstalling,
superseded, and unknown. Individual status filters like '--deployed', '--failed',
'--pending', '--uninstalled', '--superseded', and '--uninstalling' can be used '--pending', '--uninstalled', '--superseded', and '--uninstalling' can be used
to show only releases in specific states. Such flags can be combined: to show only releases in specific states. Such flags can be combined:
'--deployed --failed'. '--deployed --failed'.

Loading…
Cancel
Save