github.com/cloudposse/helm@v2.2.3+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 -l, --versions show the long listing, with each version of each chart on its own line 24 ``` 25 26 ### Options inherited from parent commands 27 28 ``` 29 --debug enable verbose output 30 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 31 --host string address of tiller. Overrides $HELM_HOST 32 --kube-context string name of the kubeconfig context to use 33 --tiller-namespace string namespace of tiller (default "kube-system") 34 ``` 35 36 ### SEE ALSO 37 * [helm](helm.md) - The Helm package manager for Kubernetes. 38 39 ###### Auto generated by spf13/cobra on 15-Jan-2017