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

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