github.com/azlyth/helm@v2.8.2+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-connection-timeout int   the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
    33        --tiller-namespace string         namespace of Tiller (default "kube-system")
    34  ```
    35  
    36  ### SEE ALSO
    37  * [helm plugin](helm_plugin.md)	 - add, list, or remove Helm plugins
    38  
    39  ###### Auto generated by spf13/cobra on 8-Mar-2018