cmd

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 29 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 added in v0.6.0

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 NewFetchCmd

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

func NewFetchJobLogCmd

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

func NewFetchPipelineCmd

func NewFetchPipelineCmd(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 added in v0.6.0

type CatchUpConfig struct {
	RootConfig
}

func (*CatchUpConfig) Exec added in v0.6.0

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

func (*CatchUpConfig) RegisterFlags added in v0.6.0

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 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 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 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