github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+incompatible/docs/man/man1/helm_serve.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\-serve \- start a local http web server 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm serve\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 This command starts a local chart repository server that serves charts from a local directory. 19 20 .PP 21 The new server will provide HTTP access to a repository. By default, it will 22 scan all of the charts in '$HELM\_HOME/repository/local' and serve those over 23 the local IPv4 TCP port (default '127.0.0.1:8879'). 24 25 .PP 26 This command is intended to be used for educational and testing purposes only. 27 It is best to rely on a dedicated web server or a cloud\-hosted solution like 28 Google Cloud Storage for production use. 29 30 .PP 31 See 32 \[la]https://github.com/kubernetes/helm/blob/master/docs/chart_repository.md#hosting-chart-repositories\[ra] 33 for more information on hosting chart repositories in a production setting. 34 35 36 .SH OPTIONS 37 .PP 38 \fB\-\-address\fP="127.0.0.1:8879" 39 address to listen on 40 41 .PP 42 \fB\-\-repo\-path\fP="" 43 local directory path from which to serve charts 44 45 .PP 46 \fB\-\-url\fP="" 47 external URL of chart repository 48 49 50 .SH OPTIONS INHERITED FROM PARENT COMMANDS 51 .PP 52 \fB\-\-debug\fP[=false] 53 enable verbose output 54 55 .PP 56 \fB\-\-home\fP="~/.helm" 57 location of your Helm config. Overrides $HELM\_HOME 58 59 .PP 60 \fB\-\-host\fP="localhost:44134" 61 address of tiller. Overrides $HELM\_HOST 62 63 .PP 64 \fB\-\-kube\-context\fP="" 65 name of the kubeconfig context to use 66 67 .PP 68 \fB\-\-tiller\-namespace\fP="kube\-system" 69 namespace of tiller 70 71 72 .SH SEE ALSO 73 .PP 74 \fBhelm(1)\fP 75 76 77 .SH HISTORY 78 .PP 79 19\-May\-2017 Auto generated by spf13/cobra