github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/helm/helm_search.md (about) 1 ## helm search 2 3 search for a keyword in charts 4 5 ### Synopsis 6 7 8 9 Search reads through all of the repositories configured on the system, and 10 looks for matches. 11 12 Repositories are managed with 'helm repo' commands. 13 14 15 ``` 16 helm search [keyword] 17 ``` 18 19 ### Options 20 21 ``` 22 -r, --regexp use regular expressions for searching 23 -v, --version string search using semantic versioning constraints 24 -l, --versions show the long listing, with each version of each chart on its own line 25 ``` 26 27 ### Options inherited from parent commands 28 29 ``` 30 --debug enable verbose output 31 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 32 --host string address of Tiller. Overrides $HELM_HOST 33 --kube-context string name of the kubeconfig context to use 34 --kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG 35 --tiller-namespace string namespace of Tiller (default "kube-system") 36 ``` 37 38 ### SEE ALSO 39 * [helm](helm.md) - The Helm package manager for Kubernetes. 40 41 ###### Auto generated by spf13/cobra on 7-Nov-2017