github.com/koderover/helm@v2.17.0+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 This command allows you to install a plugin from a url to a VCS repo or a local path. 9 10 Example usage: 11 $ helm plugin install https://github.com/technosophos/helm-template 12 13 14 ``` 15 helm plugin install [options] <path|url>... [flags] 16 ``` 17 18 ### Options 19 20 ``` 21 -h, --help help for install 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 --kubeconfig string Absolute path of the kubeconfig file to be used 33 --tiller-connection-timeout int The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300) 34 --tiller-namespace string Namespace of Tiller (default "kube-system") 35 ``` 36 37 ### SEE ALSO 38 39 * [helm plugin](helm_plugin.md) - Add, list, or remove Helm plugins 40 41 ###### Auto generated by spf13/cobra on 16-May-2019