commands

package
v0.0.0-...-551bcb2 Latest Latest
Warning

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

Go to latest
Published: May 2, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AllCommands []cli.Command

AllCommands contains the commands for the CLI

View Source
var BuildCmd = cli.Command{
	Name:        "build",
	Usage:       "build project and interact with builds",
	Flags:       append(buildFlags, branchFlag),
	Action:      buildProjectAction,
	Subcommands: buildSubcommands,
}

BuildCmd - build project and interact with builds

View Source
var BuildsCmd = cli.Command{
	Name:    "builds",
	Aliases: []string{"b"},
	Usage:   "get a list of recent builds for a project",
	Flags:   buildsFlags,
	Action:  buildsAction,
}

BuildsCmd - recent builds for a project

View Source
var ClearCacheCmd = cli.Command{
	Name:   "clear-cache",
	Usage:  "clear project cache",
	Flags:  clearCacheFlags,
	Action: clearCacheAction,
}

ClearCacheCmd - get env settings for a project

View Source
var EnvCmd = cli.Command{
	Name:        "environ",
	Usage:       "get environment settings for a project",
	Flags:       envFlags,
	Action:      envListAction,
	Subcommands: envSubcommands,
}

EnvCmd - get env settings for a project

View Source
var GlobalFlags []cli.Flag

GlobalFlags contains the flags allowed for each command

View Source
var RecentBuildsCmd = cli.Command{
	Name:    "recent-builds",
	Aliases: []string{"rb"},
	Usage:   "get a list of recent builds across all projects",
	Action:  recentBuildAction,
}

RecentBuildsCmd - Recent builds across all projects

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