github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+incompatible/docs/helm/helm_serve.md (about)

     1  ## helm serve
     2  
     3  start a local http web server
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  This command starts a local chart repository server that serves charts from a local directory.
    10  
    11  The new server will provide HTTP access to a repository. By default, it will
    12  scan all of the charts in '$HELM_HOME/repository/local' and serve those over
    13  the local IPv4 TCP port (default '127.0.0.1:8879').
    14  
    15  
    16  ```
    17  helm serve
    18  ```
    19  
    20  ### Options
    21  
    22  ```
    23        --address string     address to listen on (default "127.0.0.1:8879")
    24        --repo-path string   local directory path from which to serve charts (default "~/.helm/repository/local")
    25        --url string         external URL of chart repository
    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        --tiller-namespace string   namespace of tiller (default "kube-system")
    36  ```
    37  
    38  ### SEE ALSO
    39  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    40  
    41  ###### Auto generated by spf13/cobra on 11-Mar-2017