cmd

package
v0.0.0-...-3570084 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2014 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdDev = cli.Command{
	Name:        "dev",
	Usage:       "Download all the assets and put them in the right places",
	Description: `Prepare everything you need to start your shipping dev`,
	Action:      runDev,
	Flags:       []cli.Flag{},
}
View Source
var CmdDump = cli.Command{
	Name:  "dump",
	Usage: "Dump Shipper files and database",
	Description: `Dump compresses all related files and database into zip file.
It can be used for backup and capture Shipper server image to send to maintainer`,
	Action: runDump,
	Flags:  []cli.Flag{},
}
View Source
var CmdTest = cli.Command{
	Name:        "test",
	Usage:       "Test Against All the Packages in Shipper",
	Description: `The command will run the tests in all shipper's modules, use -b or --benchmark to specify the extra need for running benchmark test`,
	Action:      runTest,
	Flags: []cli.Flag{
		cli.StringFlag{Name: "benchmark, b", Value: "false", Usage: "run benchmark test or not"},
	},
}
View Source
var CmdWeb = cli.Command{
	Name:  "web",
	Usage: "Start Shipper web server",
	Description: `Shipper web server is the only thing you need to run,
and it takes care of all the other things for you`,
	Action: runWeb,
	Flags:  []cli.Flag{},
}

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