Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct {
Debug bool `help:"Whether to show logging"`
DebugHTTP bool `help:"Whether to show http logging"`
File *os.File `help:"The buildkite pipeline file to read"`
Env []string `help:"Environment variables to set for the build"`
Metadata map[string]string `help:"Metadata to set for the build"`
Command string `help:"A command to execute"`
StepFilterRegex string `help:"A regex to filter which steps are run"`
Prompt bool `help:"Prompt before running steps"`
DryRun bool `help:"Dry run, don't actually run"`
ListenPort int `help:"The port to run on"`
}
Click to show internal directories.
Click to hide internal directories.