github.com/felipejfc/helm@v2.1.2+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 "/Users/mattbutcher/Code/helm_home") 31 --host string address of tiller. Overrides $HELM_HOST 32 --kube-context string name of the kubeconfig context to use 33 ``` 34 35 ### SEE ALSO 36 * [helm](helm.md) - The Helm package manager for Kubernetes. 37 38 ###### Auto generated by spf13/cobra on 1-Nov-2016