github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/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 9 This command consists of multiple subcommands to interact with chart repositories. 10 11 It can be used to add, remove, list, and index chart repositories. 12 Example usage: 13 $ helm repo add [NAME] [REPO_URL] 14 15 16 ### Options inherited from parent commands 17 18 ``` 19 --debug enable verbose output 20 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 21 --host string address of Tiller. Overrides $HELM_HOST 22 --kube-context string name of the kubeconfig context to use 23 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 24 --tiller-namespace string namespace of Tiller (default "kube-system") 25 ``` 26 27 ### SEE ALSO 28 * [helm](helm.md) - The Helm package manager for Kubernetes. 29 * [helm repo add](helm_repo_add.md) - add a chart repository 30 * [helm repo index](helm_repo_index.md) - generate an index file given a directory containing packaged charts 31 * [helm repo list](helm_repo_list.md) - list chart repositories 32 * [helm repo remove](helm_repo_remove.md) - remove a chart repository 33 * [helm repo update](helm_repo_update.md) - update information of available charts locally from chart repositories 34 35 ###### Auto generated by spf13/cobra on 7-Nov-2017