github.com/werf/3p-helm@v2.8.1+incompatible/docs/helm/helm_plugin_install.md (about) 1 ## helm plugin install 2 3 install one or more Helm plugins 4 5 ### Synopsis 6 7 8 9 This command allows you to install a plugin from a url to a VCS repo or a local path. 10 11 Example usage: 12 $ helm plugin install https://github.com/technosophos/helm-template 13 14 15 ``` 16 helm plugin install [options] <path|url>... 17 ``` 18 19 ### Options 20 21 ``` 22 --version string specify a version constraint. If this is not specified, the latest version is installed 23 ``` 24 25 ### Options inherited from parent commands 26 27 ``` 28 --debug enable verbose output 29 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 30 --host string address of Tiller. Overrides $HELM_HOST 31 --kube-context string name of the kubeconfig context to use 32 --tiller-namespace string namespace of Tiller (default "kube-system") 33 ``` 34 35 ### SEE ALSO 36 * [helm plugin](helm_plugin.md) - add, list, or remove Helm plugins 37 38 ###### Auto generated by spf13/cobra on 25-Jan-2018