Documentation ¶
Overview ¶
Package cli implements commands for the command line interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServeCmd ¶
type ServeCmd struct { HTTPAddr string `long:"http-addr" default:":8080" description:"HTTP listen address for app and gRPC API" env:"WFE_HTTP_ADDR"` HTTPSAddr string `long:"https-addr" default:":8443" description:"HTTPS (TLS) listen address for app and gRPC API" env:"WFE_HTTPS_ADDR"` CertFile string `long:"tls-cert" description:"certificate file for TLS" env:"WFE_TLS_CERT"` KeyFile string `long:"tls-key" description:"key file for TLS" env:"WFE_TLS_KEY"` MGOHost string `` /* 127-byte string literal not displayed */ }
Click to show internal directories.
Click to hide internal directories.