Documentation
¶
Overview ¶
Package run implements the `run` command group.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdRun ¶
func NewCmdRun(inv *cmd.Invocation) *cmd.Command
NewCmdRun creates the `run` command.
func NewCmdRunStart ¶
func NewCmdRunStart(inv *cmd.Invocation) *cmd.Command
NewCmdRunStart creates the `run start` command.
func NewCmdRunStatus ¶
func NewCmdRunStatus(inv *cmd.Invocation) *cmd.Command
NewCmdRunStatus creates the `run status` command.
func NewCmdRunStatusSample ¶
func NewCmdRunStatusSample(inv *cmd.Invocation) *cmd.Command
NewCmdRunStatusSample creates the hidden `run status-sample` command. It renders a pre-populated RunSummary with all potential failure types for visual inspection.
Types ¶
type CreateOpts ¶
CreateOpts defines the options for running a run start, which may be shared with other commands.
Click to show internal directories.
Click to hide internal directories.