github.com/koderover/helm@v2.17.0+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  Update one or more Helm plugins
     8  
     9  ```
    10  helm plugin update <plugin>... [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -h, --help   help for update
    17  ```
    18  
    19  ### Options inherited from parent commands
    20  
    21  ```
    22        --debug                           Enable verbose output
    23        --home string                     Location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    24        --host string                     Address of Tiller. Overrides $HELM_HOST
    25        --kube-context string             Name of the kubeconfig context to use
    26        --kubeconfig string               Absolute path of the kubeconfig file to be used
    27        --tiller-connection-timeout int   The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
    28        --tiller-namespace string         Namespace of Tiller (default "kube-system")
    29  ```
    30  
    31  ### SEE ALSO
    32  
    33  * [helm plugin](helm_plugin.md)	 - Add, list, or remove Helm plugins
    34  
    35  ###### Auto generated by spf13/cobra on 16-May-2019