github.com/vtuson/helm@v2.8.2+incompatible/docs/helm/helm_plugin_update.md (about)

     1  ## helm plugin update
     2  
     3  update one or more Helm plugins
     4  
     5  ### Synopsis
     6  
     7  
     8  update one or more Helm plugins
     9  
    10  ```
    11  helm plugin update <plugin>...
    12  ```
    13  
    14  ### Options inherited from parent commands
    15  
    16  ```
    17        --debug                           enable verbose output
    18        --home string                     location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    19        --host string                     address of Tiller. Overrides $HELM_HOST
    20        --kube-context string             name of the kubeconfig context to use
    21        --tiller-connection-timeout int   the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
    22        --tiller-namespace string         namespace of Tiller (default "kube-system")
    23  ```
    24  
    25  ### SEE ALSO
    26  * [helm plugin](helm_plugin.md)	 - add, list, or remove Helm plugins
    27  
    28  ###### Auto generated by spf13/cobra on 8-Mar-2018