github.com/felipejfc/helm@v2.1.2+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 "/Users/mattbutcher/Code/helm_home/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 "/Users/mattbutcher/Code/helm_home")
    32        --host string           address of tiller. Overrides $HELM_HOST
    33        --kube-context string   name of the kubeconfig context to use
    34  ```
    35  
    36  ### SEE ALSO
    37  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    38  
    39  ###### Auto generated by spf13/cobra on 1-Nov-2016