github.com/cloudposse/helm@v2.2.3+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 a 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  ```
    26  
    27  ### Options inherited from parent commands
    28  
    29  ```
    30        --debug                     enable verbose output
    31        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    32        --host string               address of tiller. Overrides $HELM_HOST
    33        --kube-context string       name of the kubeconfig context to use
    34        --tiller-namespace string   namespace of tiller (default "kube-system")
    35  ```
    36  
    37  ### SEE ALSO
    38  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    39  
    40  ###### Auto generated by spf13/cobra on 15-Jan-2017