github.com/felipejfc/helm@v2.1.2+incompatible/docs/helm/helm_repo_add.md (about)

     1  ## helm repo add
     2  
     3  add a chart repository
     4  
     5  ### Synopsis
     6  
     7  
     8  add a chart repository
     9  
    10  ```
    11  helm repo add [flags] [NAME] [URL]
    12  ```
    13  
    14  ### Options
    15  
    16  ```
    17        --no-update   raise error if repo is already registered
    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 "/Users/mattbutcher/Code/helm_home")
    25        --host string           address of tiller. Overrides $HELM_HOST
    26        --kube-context string   name of the kubeconfig context to use
    27  ```
    28  
    29  ### SEE ALSO
    30  * [helm repo](helm_repo.md)	 - add, list, remove, update, and index chart repositories
    31  
    32  ###### Auto generated by spf13/cobra on 1-Nov-2016