.TH "HELM" "1" "Jan 2017" "Auto generated by spf13/cobra" "" .nh .ad l .SH NAME .PP helm\-serve \- start a local http web server .SH SYNOPSIS .PP \fBhelm serve\fP .SH DESCRIPTION .PP This command starts a local chart repository server that serves charts from a local directory. .PP The new server will provide HTTP access to a repository. By default, it will scan all of the charts in '$HELM\_HOME/repository/local' and serve those over the a local IPv4 TCP port (default '127.0.0.1:8879'). .SH OPTIONS .PP \fB\-\-address\fP="127.0.0.1:8879" address to listen on .PP \fB\-\-repo\-path\fP="~/.helm/repository/local" local directory path from which to serve charts .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-\-debug\fP[=false] enable verbose output .PP \fB\-\-home\fP="~/.helm" location of your Helm config. Overrides $HELM\_HOME .PP \fB\-\-host\fP="" address of tiller. Overrides $HELM\_HOST .PP \fB\-\-kube\-context\fP="" name of the kubeconfig context to use .PP \fB\-\-tiller\-namespace\fP="kube\-system" namespace of tiller .SH SEE ALSO .PP \fBhelm(1)\fP .SH HISTORY .PP 15\-Jan\-2017 Auto generated by spf13/cobra