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 Executable ¶
type Executable struct {
// contains filtered or unexported fields
}
func NewExecutable ¶
func NewExecutable(command Command, options ...ExecutableOption) *Executable
type ExecutableOption ¶
type ExecutableOption func(*Executable)
func WithDir ¶
func WithDir(workingDirectory string) ExecutableOption
Click to show internal directories.
Click to hide internal directories.