github.com/koderover/helm@v2.17.0+incompatible/docs/helm/helm_repo_list.md (about) 1 ## helm repo list 2 3 List chart repositories 4 5 ### Synopsis 6 7 List chart repositories 8 9 ``` 10 helm repo list [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for list 17 -o, --output string Prints the output in the specified format. Allowed values: table, json, yaml (default "table") 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 "~/.helm") 25 --host string Address of Tiller. Overrides $HELM_HOST 26 --kube-context string Name of the kubeconfig context to use 27 --kubeconfig string Absolute path of the kubeconfig file to be used 28 --tiller-connection-timeout int The duration (in seconds) Helm will wait to establish a connection to Tiller (default 300) 29 --tiller-namespace string Namespace of Tiller (default "kube-system") 30 ``` 31 32 ### SEE ALSO 33 34 * [helm repo](helm_repo.md) - Add, list, remove, update, and index chart repositories 35 36 ###### Auto generated by spf13/cobra on 24-Sep-2019