mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.1 KiB
62 lines
1.1 KiB
.TH "HELM" "1" "Nov 2016" "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="/Users/mattbutcher/Code/helm\_home/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="/Users/mattbutcher/Code/helm\_home"
|
|
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
|
|
|
|
|
|
.SH SEE ALSO
|
|
.PP
|
|
\fBhelm(1)\fP
|
|
|
|
|
|
.SH HISTORY
|
|
.PP
|
|
1\-Nov\-2016 Auto generated by spf13/cobra
|