cmd

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2025 License: MIT Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version string

Version is the version to be overriden when building the binary

Functions

func Execute

func Execute() error

func NewCatchUpCmd

func NewCatchUpCmd(out io.Writer) *cli.Command

func NewExportCmd

func NewExportCmd(out io.Writer) *cli.Command

func NewExportPipelineCmd

func NewExportPipelineCmd(out io.Writer) *cli.Command

func NewFetchArtifactsCmd

func NewFetchArtifactsCmd(out io.Writer) *cli.Command

func NewFetchCmd

func NewFetchCmd(out io.Writer) *cli.Command

func NewFetchDeploymentsCmd

func NewFetchDeploymentsCmd(out io.Writer) *cli.Command

func NewFetchJobLogCmd

func NewFetchJobLogCmd(out io.Writer) *cli.Command

func NewFetchPipelineCmd

func NewFetchPipelineCmd(out io.Writer) *cli.Command

func NewFetchProjectsCommand

func NewFetchProjectsCommand(out io.Writer) *cli.Command

func NewFetchReportCmd

func NewFetchReportCmd(out io.Writer) *cli.Command

func NewFetchRunnerCmd added in v0.22.0

func NewFetchRunnerCmd(out io.Writer) *cli.Command

func NewFetchTestReportCmd

func NewFetchTestReportCmd(out io.Writer) *cli.Command

func NewRootCmd

func NewRootCmd(out io.Writer) *cli.Command

func NewRunCmd

func NewRunCmd(out io.Writer) *cli.Command

Types

type CatchUpConfig

type CatchUpConfig struct {
	RootConfig
}

func (*CatchUpConfig) Exec

func (c *CatchUpConfig) Exec(ctx context.Context, args []string) error

func (*CatchUpConfig) RegisterFlags

func (c *CatchUpConfig) RegisterFlags(fs *flag.FlagSet)

type ExportConfig

type ExportConfig struct {
	RootConfig
}

func (*ExportConfig) Exec

func (c *ExportConfig) Exec(ctx context.Context, _ []string) error

func (*ExportConfig) RegisterFlags

func (c *ExportConfig) RegisterFlags(fs *flag.FlagSet)

type ExportPipelineConfig

type ExportPipelineConfig struct {
	ExportConfig
	// contains filtered or unexported fields
}

func (*ExportPipelineConfig) Exec

func (c *ExportPipelineConfig) Exec(ctx context.Context, args []string) error

func (*ExportPipelineConfig) RegisterFlags

func (c *ExportPipelineConfig) RegisterFlags(fs *flag.FlagSet)

type FetchArtifactsConfig

type FetchArtifactsConfig struct {
	FetchConfig
	// contains filtered or unexported fields
}

func (*FetchArtifactsConfig) Exec

func (c *FetchArtifactsConfig) Exec(ctx context.Context, args []string) error

func (*FetchArtifactsConfig) RegisterFlags

func (c *FetchArtifactsConfig) RegisterFlags(fs *flag.FlagSet)

type FetchConfig

type FetchConfig struct {
	RootConfig
}

func (*FetchConfig) Exec

func (c *FetchConfig) Exec(ctx context.Context, _ []string) error

func (*FetchConfig) RegisterFlags

func (c *FetchConfig) RegisterFlags(fs *flag.FlagSet)

type FetchDeploymentsConfig

type FetchDeploymentsConfig struct {
	FetchConfig
	// contains filtered or unexported fields
}

func (*FetchDeploymentsConfig) Exec

func (c *FetchDeploymentsConfig) Exec(ctx context.Context, args []string) error

func (*FetchDeploymentsConfig) RegisterFlags

func (c *FetchDeploymentsConfig) RegisterFlags(fs *flag.FlagSet)

type FetchJobLogConfig

type FetchJobLogConfig struct {
	FetchConfig
	// contains filtered or unexported fields
}

func (*FetchJobLogConfig) Exec

func (c *FetchJobLogConfig) Exec(ctx context.Context, args []string) error

func (*FetchJobLogConfig) RegisterFlags

func (c *FetchJobLogConfig) RegisterFlags(fs *flag.FlagSet)

type FetchPipelineConfig

type FetchPipelineConfig struct {
	FetchConfig
	// contains filtered or unexported fields
}

func (*FetchPipelineConfig) Exec

func (c *FetchPipelineConfig) Exec(ctx context.Context, args []string) error

func (*FetchPipelineConfig) RegisterFlags

func (c *FetchPipelineConfig) RegisterFlags(fs *flag.FlagSet)

type FetchProjectsConfig

type FetchProjectsConfig struct {
	FetchConfig
	// contains filtered or unexported fields
}

func (*FetchProjectsConfig) Exec

func (c *FetchProjectsConfig) Exec(ctx context.Context, args []string) error

func (*FetchProjectsConfig) RegisterFlags

func (c *FetchProjectsConfig) RegisterFlags(fs *flag.FlagSet)

type FetchReportConfig

type FetchReportConfig struct {
	FetchConfig
	// contains filtered or unexported fields
}

func (*FetchReportConfig) Exec

func (c *FetchReportConfig) Exec(ctx context.Context, args []string) error

func (*FetchReportConfig) RegisterFlags

func (c *FetchReportConfig) RegisterFlags(fs *flag.FlagSet)

type FetchRunnersConfig added in v0.22.0

type FetchRunnersConfig struct {
	FetchConfig
}

func (*FetchRunnersConfig) Exec added in v0.22.0

func (c *FetchRunnersConfig) Exec(ctx context.Context, args []string) error

func (*FetchRunnersConfig) RegisterFlags added in v0.22.0

func (c *FetchRunnersConfig) RegisterFlags(fs *flag.FlagSet)

type FetchTestReportConfig

type FetchTestReportConfig struct {
	FetchConfig
	// contains filtered or unexported fields
}

func (*FetchTestReportConfig) Exec

func (c *FetchTestReportConfig) Exec(ctx context.Context, args []string) error

func (*FetchTestReportConfig) RegisterFlags

func (c *FetchTestReportConfig) RegisterFlags(fs *flag.FlagSet)

type RootConfig

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

func (*RootConfig) Exec

func (c *RootConfig) Exec(context.Context, []string) error

func (*RootConfig) RegisterFlags

func (c *RootConfig) RegisterFlags(fs *flag.FlagSet)

type RunConfig

type RunConfig struct {
	RootConfig
	// contains filtered or unexported fields
}

func (*RunConfig) Exec

func (c *RunConfig) Exec(ctx context.Context, _ []string) error

func (*RunConfig) RegisterFlags

func (c *RunConfig) RegisterFlags(fs *flag.FlagSet)

Jump to

Keyboard shortcuts

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