start

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package start implements the "krci pipelinerun start" command.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdStart

func NewCmdStart(f *cmdutil.Factory, runF func(*StartOptions) error) *cobra.Command

NewCmdStart returns the "pipelinerun start" cobra.Command. runF is the business logic function; pass nil to use the default startRun.

Types

type StartOptions

type StartOptions struct {
	IO           *iostreams.IOStreams
	RestClient   func() (*restapi.ClientWithResponses, error)
	Config       func() (*config.Config, error)
	Pipeline     string
	Params       []string
	Labels       []string
	OutputFormat string
	DryRun       bool
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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