github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+incompatible/docs/man/man1/helm_serve.1 (about) 1 .TH "HELM" "1" "Mar 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 26 .SH OPTIONS 27 .PP 28 \fB\-\-address\fP="127.0.0.1:8879" 29 address to listen on 30 31 .PP 32 \fB\-\-repo\-path\fP="~/.helm/repository/local" 33 local directory path from which to serve charts 34 35 .PP 36 \fB\-\-url\fP="" 37 external URL of chart repository 38 39 40 .SH OPTIONS INHERITED FROM PARENT COMMANDS 41 .PP 42 \fB\-\-debug\fP[=false] 43 enable verbose output 44 45 .PP 46 \fB\-\-home\fP="~/.helm" 47 location of your Helm config. Overrides $HELM\_HOME 48 49 .PP 50 \fB\-\-host\fP="" 51 address of tiller. Overrides $HELM\_HOST 52 53 .PP 54 \fB\-\-kube\-context\fP="" 55 name of the kubeconfig context to use 56 57 .PP 58 \fB\-\-tiller\-namespace\fP="kube\-system" 59 namespace of tiller 60 61 62 .SH SEE ALSO 63 .PP 64 \fBhelm(1)\fP 65 66 67 .SH HISTORY 68 .PP 69 11\-Mar\-2017 Auto generated by spf13/cobra