cmd

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2016 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var LicenseCmd = cli.Command{
	Name:   "license",
	Usage:  "prints licenses",
	Action: License,
}
View Source
var ListCmd = cli.Command{
	Name:   "list",
	Usage:  "list available tasks",
	Action: List,
}
View Source
var RunCmd = cli.Command{
	Name:   "run",
	Usage:  "query to execute of format tag1/tag2/project/task[arg1=val1,arg2=val2,...]",
	Action: Run,
}
View Source
var TemplateCmd = cli.Command{
	Name:   "template",
	Usage:  "render a template file with environment variables",
	Action: Template,
}

Functions

func License

func License(c *cli.Context) error

func List

func List(c *cli.Context) error

func Run

func Run(c *cli.Context) error

func RunOrList

func RunOrList(c *cli.Context) error

func Template

func Template(c *cli.Context) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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