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