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