Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindOptions ¶
func BindOptions(opts *RawRunOptions, cmd *cobra.Command) error
func EnsureDependencies ¶
func NewCommand ¶
func RunPipeline ¶
func RunPipeline(ctx context.Context, opts *RawRunOptions) error
Types ¶
type RawRunOptions ¶
type RawRunOptions struct {
PipelineOptions *options.RawPipelineOptions
DryRun bool
NoPersist bool
DeploymentTimeoutSeconds int
}
func DefaultOptions ¶
func DefaultOptions() *RawRunOptions
func (*RawRunOptions) Validate ¶
func (o *RawRunOptions) Validate(ctx context.Context) (*ValidatedRunOptions, error)
type RunOptions ¶
type RunOptions struct {
// contains filtered or unexported fields
}
func (*RunOptions) RunPipeline ¶
func (o *RunOptions) RunPipeline(ctx context.Context) error
type ValidatedRunOptions ¶
type ValidatedRunOptions struct {
// contains filtered or unexported fields
}
func (*ValidatedRunOptions) Complete ¶
func (o *ValidatedRunOptions) Complete(ctx context.Context) (*RunOptions, error)
Click to show internal directories.
Click to hide internal directories.