github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_plugin_remove.md (about) 1 ## helm plugin remove 2 3 Remove one or more Helm plugins 4 5 ### Synopsis 6 7 Remove one or more Helm plugins 8 9 ``` 10 helm plugin remove <plugin>... [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for remove 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