cli

package
v0.0.0-...-8895ee5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2017 License: MIT Imports: 17 Imported by: 0

Documentation

Overview

Package cli implements commands for the command line interface.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main() error

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 */
}

func (*ServeCmd) Execute

func (c *ServeCmd) Execute(_ []string) error

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL