mirror of https://github.com/helm/helm
2.4.0 stopped installing development versions by default. This allows the user to re-enable that support by setting --devel. Closes #2407release-2.4
parent
f2726258a5
commit
0b4c60b7d4
@ -0,0 +1,27 @@
|
|||||||
|
## helm plugin update
|
||||||
|
|
||||||
|
update one or more Helm plugins
|
||||||
|
|
||||||
|
### Synopsis
|
||||||
|
|
||||||
|
|
||||||
|
update one or more Helm plugins
|
||||||
|
|
||||||
|
```
|
||||||
|
helm plugin update <plugin>...
|
||||||
|
```
|
||||||
|
|
||||||
|
### Options inherited from parent commands
|
||||||
|
|
||||||
|
```
|
||||||
|
--debug enable verbose output
|
||||||
|
--home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
|
||||||
|
--host string address of tiller. Overrides $HELM_HOST
|
||||||
|
--kube-context string name of the kubeconfig context to use
|
||||||
|
--tiller-namespace string namespace of tiller (default "kube-system")
|
||||||
|
```
|
||||||
|
|
||||||
|
### SEE ALSO
|
||||||
|
* [helm plugin](helm_plugin.md) - add, list, or remove Helm plugins
|
||||||
|
|
||||||
|
###### Auto generated by spf13/cobra on 17-May-2017
|
@ -0,0 +1,50 @@
|
|||||||
|
.TH "HELM" "1" "May 2017" "Auto generated by spf13/cobra" ""
|
||||||
|
.nh
|
||||||
|
.ad l
|
||||||
|
|
||||||
|
|
||||||
|
.SH NAME
|
||||||
|
.PP
|
||||||
|
helm\-plugin\-update \- update one or more Helm plugins
|
||||||
|
|
||||||
|
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.PP
|
||||||
|
\fBhelm plugin update <plugin>\&...\fP
|
||||||
|
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.PP
|
||||||
|
update one or more Helm plugins
|
||||||
|
|
||||||
|
|
||||||
|
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
||||||
|
.PP
|
||||||
|
\fB\-\-debug\fP[=false]
|
||||||
|
enable verbose output
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-home\fP="~/.helm"
|
||||||
|
location of your Helm config. Overrides $HELM\_HOME
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-host\fP=""
|
||||||
|
address of tiller. Overrides $HELM\_HOST
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-kube\-context\fP=""
|
||||||
|
name of the kubeconfig context to use
|
||||||
|
|
||||||
|
.PP
|
||||||
|
\fB\-\-tiller\-namespace\fP="kube\-system"
|
||||||
|
namespace of tiller
|
||||||
|
|
||||||
|
|
||||||
|
.SH SEE ALSO
|
||||||
|
.PP
|
||||||
|
\fBhelm\-plugin(1)\fP
|
||||||
|
|
||||||
|
|
||||||
|
.SH HISTORY
|
||||||
|
.PP
|
||||||
|
17\-May\-2017 Auto generated by spf13/cobra
|
Loading…
Reference in new issue