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:
Terry Howe 2025-09-23 10:04:17 -06:00
parent c3aa5c51e6
commit f6e60138e8
No known key found for this signature in database

View file

@ -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'.