mirror of https://github.com/helm/helm
This commit allows to use shell completion to obtain the list of available versions of a chart referenced in a 'repo/chart' format. It applies to: - helm install - helm template - helm upgrade - helm show - helm pull The 'repo/chart' argument must be present for completion to be triggered (or else we don't yet know which chart to fetch the versions for). The completion can be slow for the 'stable' repo because its index file takes some time to parse. Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>pull/8227/head
parent
8f7a3954ae
commit
a50a660f10
@ -0,0 +1,5 @@
|
||||
0.3.0-rc.1
|
||||
0.2.0
|
||||
0.1.0
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
@ -0,0 +1,2 @@
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
Loading…
Reference in new issue