run

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package run handles running commands prior and following the regular Atlantis commands.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Run

type Run struct{}

func (*Run) Execute

func (p *Run) Execute(
	log *logging.SimpleLogger,
	commands []string,
	path string,
	workspace string,
	terraformVersion *version.Version,
	stage string) (string, error)

Execute runs the commands by writing them as a script to disk and then executing the script.

type Runner

type Runner interface {
	Execute(log *logging.SimpleLogger, commands []string, path string, workspace string, terraformVersion *version.Version, stage string) (string, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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