Documentation
¶
Overview ¶
Package run provides the script run command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spec ¶
type Spec struct {
WorkingDir string
Engine *engine.Engine
Safeguards runcmd.Safeguards
Printers printer.Printers
DryRun bool
Quiet bool
Reverse bool
Parallel int
ContinueOnError bool
GitFilter engine.GitFilter
Target string
FromTarget string
NoRecursive bool
NoTags []string
Tags []string
engine.OutputsSharingOptions
StatusFilters runcmd.StatusFilters
Stdout io.Writer
Stderr io.Writer
Stdin io.Reader
Labels []string
// contains filtered or unexported fields
}
Spec represents the script run specification.
Click to show internal directories.
Click to hide internal directories.