github.com/azlyth/helm@v2.8.2+incompatible/docs/helm/helm_completion.md (about)

     1  ## helm completion
     2  
     3  Generate autocompletions script for the specified shell (bash or zsh)
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  Generate autocompletions script for Helm for the specified shell (bash or zsh).
    10  
    11  This command can generate shell autocompletions. e.g.
    12  
    13  	$ helm completion bash
    14  
    15  Can be sourced as such
    16  
    17  	$ source <(helm completion bash)
    18  
    19  
    20  ```
    21  helm completion SHELL
    22  ```
    23  
    24  ### Options inherited from parent commands
    25  
    26  ```
    27        --debug                           enable verbose output
    28        --home string                     location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    29        --host string                     address of Tiller. Overrides $HELM_HOST
    30        --kube-context string             name of the kubeconfig context to use
    31        --tiller-connection-timeout int   the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
    32        --tiller-namespace string         namespace of Tiller (default "kube-system")
    33  ```
    34  
    35  ### SEE ALSO
    36  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    37  
    38  ###### Auto generated by spf13/cobra on 8-Mar-2018