custom

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2025 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrMissingRequiredArguments = errors.New("missing required arguments")

ErrMissingRequiredArguments is returned when mandatory arguments are not set

Functions

func NewCleanupCommand

func NewCleanupCommand() cli.Command

NewCleanupCommand constructs the command line abstraction for the "cleanup" stage

func NewConfigCommand

func NewConfigCommand() cli.Command

NewConfigCommand constructs the command line abstraction for the "config" stage

func NewCustomCategory

func NewCustomCategory() cli.Category

func NewPrepareCommand

func NewPrepareCommand() cli.Command

NewPrepareCommand constructs the command line abstraction for the "prepare" stage

func NewRunCommand

func NewRunCommand() cli.Command

NewRunCommand constructs the command line abstraction for the "run" stage

Types

type CleanupCommand

type CleanupCommand struct {
	// contains filtered or unexported fields
}

CleanupCommand provides data and operations related to the "cleanup" stage

func (*CleanupCommand) CustomExecute

func (c *CleanupCommand) CustomExecute(ctx *cli.Context) error

CustomExecute is the "core" of the implementation for the "cleanup" stage

func (*CleanupCommand) Execute

func (a *CleanupCommand) Execute(ctx *cli.Context) error

type ConfigCommand

type ConfigCommand struct {
	// contains filtered or unexported fields
}

ConfigCommand provides data and operations related to the "config" stage

func (*ConfigCommand) CustomExecute

func (c *ConfigCommand) CustomExecute(ctx *cli.Context) error

CustomExecute is the "core" of the implementation for the "config" stage

func (*ConfigCommand) Execute

func (a *ConfigCommand) Execute(ctx *cli.Context) error

type PrepareCommand

type PrepareCommand struct {
	// contains filtered or unexported fields
}

PrepareCommand provides data and operations related to the "prepare" stage

func (*PrepareCommand) CustomExecute

func (c *PrepareCommand) CustomExecute(ctx *cli.Context) error

CustomExecute is the "core" of the implementation for the "prepare" stage

func (*PrepareCommand) Execute

func (a *PrepareCommand) Execute(ctx *cli.Context) error

type RunCommand

type RunCommand struct {
	// contains filtered or unexported fields
}

RunCommand provides data and operations related to the "run" stage

func (*RunCommand) CustomExecute

func (c *RunCommand) CustomExecute(ctx *cli.Context) error

CustomExecute is the "core" of the implementation for the "run" stage

func (*RunCommand) Execute

func (a *RunCommand) Execute(ctx *cli.Context) error

Jump to

Keyboard shortcuts

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