cli

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2019 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Executor

type Executor interface {
	ExecuteJobs(
		ctx context.Context,
		configFile string,
		secretsFile string,
		sourcePath string,
		jobNames []string,
		debugOnly bool,
		concurrencyEnabled bool,
	) error
	ExecutePipelines(
		ctx context.Context,
		configFile string,
		secretsFile string,
		sourcePath string,
		pipelineNames []string,
		debugOnly bool,
		concurrencyEnabled bool,
	) error
}

Executor is the public interface for the CLI executor

func NewExecutor

func NewExecutor(
	dockerClient *docker.Client,
	orchestrator orchestration.Orchestrator,
) Executor

NewExecutor returns an executor suitable for use with local development

Jump to

Keyboard shortcuts

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