command

package
v0.5.3 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2015 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DBFlag = cli.StringFlag{Name: "db", Value: "dockpit.db", Usage: "The location of the Dockpit database that will be used"}
View Source
var DockerCertFlag = cli.StringFlag{Name: "docker-cert-path", Value: os.Getenv("DOCKER_CERT_PATH"), Usage: "(Optional) The directory that contains certificate information creating a secure connection to the Docker host, defaults to using the DOCKER_CERT_PATH environment variable. When left empty it will not attempt to secure the connection"}
View Source
var DockerHostFlag = cli.StringFlag{Name: "docker-host", Value: os.Getenv("DOCKER_HOST"), Usage: "Must contain the address and port on which the Docker host can be reached, defaults to using the DOCKER_HOST environment variable"}

Functions

This section is empty.

Types

type Clean added in v0.3.3

type Clean struct {
	// contains filtered or unexported fields
}

func NewClean added in v0.3.3

func NewClean() *Clean

func (*Clean) Action added in v0.3.3

func (c *Clean) Action() func(ctx *cli.Context)

func (*Clean) Description added in v0.3.3

func (c *Clean) Description() string

func (*Clean) Flags added in v0.3.3

func (c *Clean) Flags() []cli.Flag

func (*Clean) Name added in v0.3.3

func (c *Clean) Name() string

func (*Clean) Run added in v0.3.3

func (c *Clean) Run(ctx *cli.Context) error

func (*Clean) Usage added in v0.3.3

func (c *Clean) Usage() string

type Locate added in v0.5.1

type Locate struct {
	// contains filtered or unexported fields
}

func NewLocate added in v0.5.1

func NewLocate() *Locate

func (*Locate) Action added in v0.5.1

func (c *Locate) Action() func(ctx *cli.Context)

func (*Locate) Description added in v0.5.1

func (c *Locate) Description() string

func (*Locate) Flags added in v0.5.1

func (c *Locate) Flags() []cli.Flag

func (*Locate) Name added in v0.5.1

func (c *Locate) Name() string

func (*Locate) Run added in v0.5.1

func (c *Locate) Run(ctx *cli.Context) error

func (*Locate) Usage added in v0.5.1

func (c *Locate) Usage() string

type Start

type Start struct {
	// contains filtered or unexported fields
}

func NewStart

func NewStart(v string) *Start

func (*Start) Action

func (c *Start) Action() func(ctx *cli.Context)

func (*Start) Description

func (c *Start) Description() string

func (*Start) Flags

func (c *Start) Flags() []cli.Flag

func (*Start) Name

func (c *Start) Name() string

func (*Start) Run

func (c *Start) Run(ctx *cli.Context) error

func (*Start) Usage

func (c *Start) Usage() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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