Documentation
¶
Index ¶
- Variables
- func Execute() error
- func NewCatchUpCmd(out io.Writer) *cli.Command
- func NewExportCmd(out io.Writer) *cli.Command
- func NewExportPipelineCmd(out io.Writer) *cli.Command
- func NewFetchArtifactsCmd(out io.Writer) *cli.Command
- func NewFetchCmd(out io.Writer) *cli.Command
- func NewFetchDeploymentsCmd(out io.Writer) *cli.Command
- func NewFetchJobLogCmd(out io.Writer) *cli.Command
- func NewFetchPipelineCmd(out io.Writer) *cli.Command
- func NewFetchProjectsCommand(out io.Writer) *cli.Command
- func NewFetchReportCmd(out io.Writer) *cli.Command
- func NewFetchTestReportCmd(out io.Writer) *cli.Command
- func NewRootCmd(out io.Writer) *cli.Command
- func NewRunCmd(out io.Writer) *cli.Command
- type CatchUpConfig
- type ExportConfig
- type ExportPipelineConfig
- type FetchArtifactsConfig
- type FetchConfig
- type FetchDeploymentsConfig
- type FetchJobLogConfig
- type FetchPipelineConfig
- type FetchProjectsConfig
- type FetchReportConfig
- type FetchTestReportConfig
- type RootConfig
- type RunConfig
Constants ¶
This section is empty.
Variables ¶
View Source
var Version string
Version is the version to be overriden when building the binary
Functions ¶
func NewFetchDeploymentsCmd ¶ added in v0.14.0
func NewFetchProjectsCommand ¶ added in v0.10.0
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) 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 ¶ added in v0.12.0
type FetchArtifactsConfig struct { FetchConfig // contains filtered or unexported fields }
func (*FetchArtifactsConfig) Exec ¶ added in v0.12.0
func (c *FetchArtifactsConfig) Exec(ctx context.Context, args []string) error
func (*FetchArtifactsConfig) RegisterFlags ¶ added in v0.12.0
func (c *FetchArtifactsConfig) RegisterFlags(fs *flag.FlagSet)
type FetchConfig ¶
type FetchConfig struct {
RootConfig
}
func (*FetchConfig) RegisterFlags ¶
func (c *FetchConfig) RegisterFlags(fs *flag.FlagSet)
type FetchDeploymentsConfig ¶ added in v0.14.0
type FetchDeploymentsConfig struct { FetchConfig // contains filtered or unexported fields }
func (*FetchDeploymentsConfig) Exec ¶ added in v0.14.0
func (c *FetchDeploymentsConfig) Exec(ctx context.Context, args []string) error
func (*FetchDeploymentsConfig) RegisterFlags ¶ added in v0.14.0
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 ¶ added in v0.10.0
type FetchProjectsConfig struct { FetchConfig // contains filtered or unexported fields }
func (*FetchProjectsConfig) Exec ¶ added in v0.10.0
func (c *FetchProjectsConfig) Exec(ctx context.Context, args []string) error
func (*FetchProjectsConfig) RegisterFlags ¶ added in v0.10.0
func (c *FetchProjectsConfig) RegisterFlags(fs *flag.FlagSet)
type FetchReportConfig ¶ added in v0.15.0
type FetchReportConfig struct { FetchConfig // contains filtered or unexported fields }
func (*FetchReportConfig) Exec ¶ added in v0.15.0
func (c *FetchReportConfig) Exec(ctx context.Context, args []string) error
func (*FetchReportConfig) RegisterFlags ¶ added in v0.15.0
func (c *FetchReportConfig) 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) RegisterFlags ¶
func (c *RootConfig) RegisterFlags(fs *flag.FlagSet)
Click to show internal directories.
Click to hide internal directories.