cmd

package
v0.0.0-...-53c4f58 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2025 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute() error

func NewCompletionCmd

func NewCompletionCmd(rootCmd *cobra.Command) *cobra.Command

func NewGenerateCmd

func NewGenerateCmd() *cobra.Command

func NewRootCmd

func NewRootCmd() *cobra.Command

Types

type EnvConfig

type EnvConfig struct {
	Environments map[string]Environment `yaml:"environments"`
}

type Environment

type Environment map[string]string

type ExecutionStats

type ExecutionStats struct {
	Total     int
	Success   int32
	Failed    int32
	StartTime time.Time
	EndTime   time.Time
	Errors    []string
	// contains filtered or unexported fields
}

func (*ExecutionStats) Print

func (s *ExecutionStats) Print()

func (*ExecutionStats) RecordFailure

func (s *ExecutionStats) RecordFailure(err error)

func (*ExecutionStats) RecordSuccess

func (s *ExecutionStats) RecordSuccess()

Jump to

Keyboard shortcuts

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