github.com/migueleliasweb/helm@v2.6.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  install one or more Helm plugins
     9  
    10  ```
    11  helm plugin install [options] <path|url>...
    12  ```
    13  
    14  ### Options
    15  
    16  ```
    17        --version string   specify a version constraint. If this is not specified, the latest version is installed
    18  ```
    19  
    20  ### Options inherited from parent commands
    21  
    22  ```
    23        --debug                     enable verbose output
    24        --home string               location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
    25        --host string               address of Tiller. Overrides $HELM_HOST
    26        --kube-context string       name of the kubeconfig context to use
    27        --tiller-namespace string   namespace of Tiller (default "kube-system")
    28  ```
    29  
    30  ### SEE ALSO
    31  * [helm plugin](helm_plugin.md)	 - add, list, or remove Helm plugins
    32  
    33  ###### Auto generated by spf13/cobra on 23-Jun-2017