Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{ Name: "exec", Usage: "execute a local pipeline", ArgsUsage: "[path/to/.woodpecker.yaml]", Action: run, Flags: utils.MergeSlices(flags, docker.Flags, kubernetes.Flags, local.Flags), }
Command exports the exec command.
Functions ¶
This section is empty.
Types ¶
type LineWriter ¶
type LineWriter struct {
// contains filtered or unexported fields
}
LineWriter sends logs to the client.
func NewLineWriter ¶
func NewLineWriter(stepName, stepUUID string) *LineWriter
NewLineWriter returns a new line reader.
Click to show internal directories.
Click to hide internal directories.