mirror of https://github.com/helm/helm
Ref: HIP 0008 When completing a repo name, extra information will be shown. For example: $ helm repo remove <TAB> bitnami -- https://charts.bitnami.com/bitnami center -- https://repo.chartcenter.io stable -- https://kubernetes-charts.storage.googleapis.com $ helm install myrelease <TAB> ./ -- Relative path prefix to local chart / -- Absolute path prefix to local chart bitnami/ -- https://charts.bitnami.com/bitnami center/ -- https://repo.chartcenter.io file:// -- Chart local URL prefix grafana/ -- https://grafana.github.io/helm-charts https:// http:// -- Chart URL prefix oteemocharts/ -- https://oteemo.github.io/charts prometheus-community/ -- https://prometheus-community.github.io/helm-charts stable/ -- https://charts.helm.sh/stable $ helm show all <TAB> bitnami -- https://charts.bitnami.com/bitnami center -- https://repo.chartcenter.io stable -- https://kubernetes-charts.storage.googleapis.com Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>pull/10047/head
parent
8d8a27ed1f
commit
e2836ff65b
@ -0,0 +1,5 @@
|
||||
foo
|
||||
bar
|
||||
baz
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
@ -0,0 +1,4 @@
|
||||
bar
|
||||
baz
|
||||
:4
|
||||
Completion ended with directive: ShellCompDirectiveNoFileComp
|
Loading…
Reference in new issue