mirror of https://github.com/helm/helm
Ref: HIP 0008 When completing a release name, extra information will be shown for shells that support completions (fish, zsh). For example, if I have two releases: "nginx" and "nginx2", completion would yield: $ helm history n<TAB> nginx -- nginx-6.0.2 -> deployed nginx2 -- nginx-ingress-1.41.2 -> deployed Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>pull/9243/head
parent
1f68f658a5
commit
a6b28348df
@ -1,4 +1,4 @@
|
||||
carabins
|
||||
musketeers
|
||||
carabins foo-0.1.0-beta.1 -> superseded
|
||||
musketeers foo-0.1.0-beta.1 -> deployed
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||
|
@ -1,4 +1,4 @@
|
||||
aramis
|
||||
athos
|
||||
aramis Aramis-chart-0.0.0 -> uninstalled
|
||||
athos Athos-chart-1.2.3 -> deployed
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
||||
|
Loading…
Reference in new issue