dev-portal start

dev-portal start

Start the dev-portal web server / kube controller

Synopsis

Start the dev-portal web server / kube controller

dev-portal start [flags]

Options

  -h, --help                              help for start
      --istio-gateways strings            If using Istio routing, attach generated VirtualServices to these gateways. (default [istio-system/istio-ingressgateway])
      --license-secret-key string         the data map key for the license string contained in the secret (default "license-key")
      --license-secret-name string        name of the kubernetes secret containing the license key (default "license")
      --license-secret-namespace string   namespace of the kubernetes secret containing the license key (default "dev-portal")
  -n, --namespace string                  namespace to watch for Portals. Defaults to all namespaces
      --routing-type string               the type of routing to enable, if any, for APIs published with the portal. Available: [istio gloo none] (default "istio")
      --storage-root string               root directory to use to store static assets (default "./static")
  -p, --web-port int                      port on which to serve the Portal Web App (default 8080)
      --web-root string                   root directory where common web assets are stored, e.g. index.html (default "/usr/local/web")

Options inherited from parent commands

  -v, --verbose   verbose output

SEE ALSO