v1alpha1

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2023 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// CommandTerraform TODO
	CommandTerraform = Command("terraform")
)

Supported commands for the execution

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command string

type Executable

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

func NewExecutable

func NewExecutable(command Command, options ...ExecutableOption) *Executable

func (*Executable) Run

func (this *Executable) Run(args ...string) (output []byte, err error)

type ExecutableOption

type ExecutableOption func(*Executable)

func WithDir

func WithDir(workingDirectory string) ExecutableOption

Jump to

Keyboard shortcuts

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