github.com/koderover/helm@v2.17.0+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 of the kubeconfig file to be used 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 16-May-2019