run

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2026 License: MPL-2.0 Imports: 15 Imported by: 0

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

type CreateOpts struct {
	DebuggingMode   bool
	Message         string
	AllowEmptyApply bool
}

CreateOpts defines the options for running a run start, which may be shared with other commands.

type StartOpts

type StartOpts struct {
	IO           iostreams.IOStreams
	Profile      *profile.Profile
	Output       *format.Outputter
	APIClient    *client.Client
	Workspace    string
	DryRun       bool
	Organization string
}

StartOpts defines the options for the `run start` command.

type StatusOpts

type StatusOpts struct {
	IO           iostreams.IOStreams
	Output       *format.Outputter
	Client       *client.Client
	Organization string
	ID           string
}

StatusOpts stores the options parsed from flags for the run status command.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL