github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+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 9 Read the current directory and generate an index file based on the charts found. 10 11 This tool is used for creating an 'index.yaml' file for a chart repository. To 12 set an absolute URL to the charts, use '--url' flag. 13 14 To merge the generated index with an existing index file, use the '--merge' 15 flag. In this case, the charts found in the current directory will be merged 16 into the existing index, with local charts taking priority over existing charts. 17 18 19 ``` 20 helm repo index [flags] [DIR] 21 ``` 22 23 ### Options 24 25 ``` 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 path to kubeconfig file. Overrides $KUBECONFIG 38 --tiller-namespace string namespace of Tiller (default "kube-system") 39 ``` 40 41 ### SEE ALSO 42 * [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories 43 44 ###### Auto generated by spf13/cobra on 7-Nov-2017