github.com/Beeketing/helm@v2.12.1+incompatible/docs/helm/helm_repo_index.md (about) 1 ## helm repo index 2 3 generate an index file given a directory containing packaged charts 4 5 ### Synopsis 6 7 8 Read the current directory and generate an index file based on the charts found. 9 10 This tool is used for creating an 'index.yaml' file for a chart repository. To 11 set an absolute URL to the charts, use '--url' flag. 12 13 To merge the generated index with an existing index file, use the '--merge' 14 flag. In this case, the charts found in the current directory will be merged 15 into the existing index, with local charts taking priority over existing charts. 16 17 18 ``` 19 helm repo index [flags] [DIR] 20 ``` 21 22 ### Options 23 24 ``` 25 -h, --help help for index 26 --merge string merge the generated index into the given index 27 --url string url of chart repository 28 ``` 29 30 ### Options inherited from parent commands 31 32 ``` 33 --debug enable verbose output 34 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 35 --host string address of Tiller. Overrides $HELM_HOST 36 --kube-context string name of the kubeconfig context to use 37 --kubeconfig string absolute path to the kubeconfig file to use 38 --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300) 39 --tiller-namespace string namespace of Tiller (default "kube-system") 40 ``` 41 42 ### SEE ALSO 43 44 * [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories 45 46 ###### Auto generated by spf13/cobra on 1-Aug-2018