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 12 months ago
parent c3aa5c51e6
commit f6e60138e8
No known key found for this signature in database

@ -37,9 +37,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