github.com/koderover/helm@v2.17.0+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  Generate autocompletions script for Helm for the specified shell (bash or zsh).
     9  
    10  This command can generate shell autocompletions. e.g.
    11  
    12  	$ helm completion bash
    13  
    14  Can be sourced as such
    15  
    16  	$ source <(helm completion bash)
    17  
    18  
    19  ```
    20  helm completion SHELL [flags]
    21  ```
    22  
    23  ### Options
    24  
    25  ```
    26    -h, --help   help for completion
    27  ```
    28  
    29  ### Options inherited from parent commands
    30  
    31  ```
    32        --debug                           Enable verbose output
    33        --home string                     Location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    34        --host string                     Address of Tiller. Overrides $HELM_HOST
    35        --kube-context string             Name of the kubeconfig context to use
    36        --kubeconfig string               Absolute path of the kubeconfig file to be used
    37        --tiller-connection-timeout int   The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300)
    38        --tiller-namespace string         Namespace of Tiller (default "kube-system")
    39  ```
    40  
    41  ### SEE ALSO
    42  
    43  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    44  
    45  ###### Auto generated by spf13/cobra on 16-May-2019