github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_search.1 (about) 1 .TH "HELM" "1" "May 2017" "Auto generated by spf13/cobra" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 helm\-search \- search for a keyword in charts 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm search [keyword]\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 Search reads through all of the repositories configured on the system, and 19 looks for matches. 20 21 .PP 22 Repositories are managed with 'helm repo' commands. 23 24 25 .SH OPTIONS 26 .PP 27 \fB\-r\fP, \fB\-\-regexp\fP[=false] 28 use regular expressions for searching 29 30 .PP 31 \fB\-v\fP, \fB\-\-version\fP="" 32 search using semantic versioning constraints 33 34 .PP 35 \fB\-l\fP, \fB\-\-versions\fP[=false] 36 show the long listing, with each version of each chart on its own line 37 38 39 .SH OPTIONS INHERITED FROM PARENT COMMANDS 40 .PP 41 \fB\-\-debug\fP[=false] 42 enable verbose output 43 44 .PP 45 \fB\-\-home\fP="~/.helm" 46 location of your Helm config. Overrides $HELM\_HOME 47 48 .PP 49 \fB\-\-host\fP="localhost:44134" 50 address of tiller. Overrides $HELM\_HOST 51 52 .PP 53 \fB\-\-kube\-context\fP="" 54 name of the kubeconfig context to use 55 56 .PP 57 \fB\-\-tiller\-namespace\fP="kube\-system" 58 namespace of tiller 59 60 61 .SH SEE ALSO 62 .PP 63 \fBhelm(1)\fP 64 65 66 .SH HISTORY 67 .PP 68 19\-May\-2017 Auto generated by spf13/cobra