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

     1  ## helm repo update
     2  
     3  update information on available charts in the chart repositories
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  Update gets the latest information about charts from the respective chart repositories.
    10  Information is cached locally, where it is used by commands like 'helm search'.
    11  
    12  'helm update' is the deprecated form of 'helm repo update'. It will be removed in
    13  future releases.
    14  
    15  
    16  ```
    17  helm repo update
    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