github.com/defensepoint-snyk-test/helm-new@v0.0.0-20211130153739-c57ea64d6603/docs/helm/helm_repo.md (about)

     1  ## helm repo
     2  
     3  add, list, remove, update, and index chart repositories
     4  
     5  ### Synopsis
     6  
     7  
     8  This command consists of multiple subcommands to interact with chart repositories.
     9  
    10  It can be used to add, remove, list, and index chart repositories.
    11  Example usage:
    12      $ helm repo add [NAME] [REPO_URL]
    13  
    14  
    15  ### Options
    16  
    17  ```
    18    -h, --help   help for repo
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24        --debug                           enable verbose output
    25        --home string                     location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    26        --host string                     address of Tiller. Overrides $HELM_HOST
    27        --kube-context string             name of the kubeconfig context to use
    28        --kubeconfig string               absolute path to the kubeconfig file to use
    29        --tiller-connection-timeout int   the duration (in seconds) Helm will wait to establish a connection to tiller (default 300)
    30        --tiller-namespace string         namespace of Tiller (default "kube-system")
    31  ```
    32  
    33  ### SEE ALSO
    34  
    35  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    36  * [helm repo add](helm_repo_add.md)	 - add a chart repository
    37  * [helm repo index](helm_repo_index.md)	 - generate an index file given a directory containing packaged charts
    38  * [helm repo list](helm_repo_list.md)	 - list chart repositories
    39  * [helm repo remove](helm_repo_remove.md)	 - remove a chart repository
    40  * [helm repo update](helm_repo_update.md)	 - update information of available charts locally from chart repositories
    41  
    42  ###### Auto generated by spf13/cobra on 1-Aug-2018