github.com/koderover/helm@v2.17.0+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 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 of the kubeconfig file to be used 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 16-May-2019