cmd

package
v0.0.0-...-8d38f2a Latest Latest
Warning

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

Go to latest
Published: May 1, 2015 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdWeb = cli.Command{
	Name:        "web",
	Usage:       "Start Wharf Web Service",
	Description: "Wharf is ContainerOps platform for the enterprise include Docker repositories storage, CI/CD and so on.",
	Action:      runWeb,
	Flags: []cli.Flag{
		cli.StringFlag{
			Name:  "address",
			Value: "0.0.0.0",
			Usage: "Web listen IP, default: 0.0.0.0",
		},
		cli.StringFlag{
			Name:  "port",
			Value: "80",
			Usage: "Web listen port, default: 80",
		},
		cli.StringFlag{
			Name:  "conf",
			Value: "",
			Usage: "Web application conf path",
		},
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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