application

package
v3.2.6+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BBLNotFound error = errors.New("a bbl environment could not be found, please create a new environment before running this command again")

Functions

This section is empty.

Types

type App

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

func New

func New(commands CommandSet, configuration Configuration, stateStore stateStore,
	usage usage) App

func (App) Run

func (a App) Run() error

type CommandFinder

type CommandFinder interface {
	FindCommand([]string) CommandFinderResult
}

func NewCommandFinder

func NewCommandFinder() CommandFinder

type CommandFinderResult

type CommandFinderResult struct {
	GlobalFlags []string
	Command     string
	OtherArgs   []string
}

type CommandLineConfiguration

type CommandLineConfiguration struct {
	Command          string
	SubcommandFlags  []string
	EndpointOverride string
	StateDir         string
	Debug            bool
	// contains filtered or unexported fields
}

type CommandLineParser

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

func NewCommandLineParser

func NewCommandLineParser(usage func(), commandSet CommandSet, envGetter envGetter) CommandLineParser

func (CommandLineParser) Parse

func (p CommandLineParser) Parse(arguments []string) (CommandLineConfiguration, error)

type CommandSet

type CommandSet map[string]commands.Command

type Configuration

type Configuration struct {
	Global          GlobalConfiguration
	Command         string
	SubcommandFlags StringSlice
	State           storage.State
}

type ConfigurationParser

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

func NewConfigurationParser

func NewConfigurationParser(commandLineParser commandLineParser) ConfigurationParser

func (ConfigurationParser) Parse

func (p ConfigurationParser) Parse(arguments []string) (Configuration, error)

type CredentialValidator

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

func NewCredentialValidator

func NewCredentialValidator(configuration Configuration, gcpCredentialValidator credentialValidator, awsCredentialValidator credentialValidator) CredentialValidator

func (CredentialValidator) Validate

func (c CredentialValidator) Validate() error

type EnvironmentValidator

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

func NewEnvironmentValidator

func NewEnvironmentValidator(awsEnvironmentValidator environmentValidator, gcpEnvironmentValidator environmentValidator) EnvironmentValidator

func (EnvironmentValidator) Validate

func (e EnvironmentValidator) Validate(state storage.State) error

type GlobalConfiguration

type GlobalConfiguration struct {
	EndpointOverride string
	StateDir         string
	Debug            bool
}

type Logger

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

func NewLogger

func NewLogger(writer io.Writer) *Logger

func (*Logger) Dot

func (l *Logger) Dot()

func (*Logger) Printf

func (l *Logger) Printf(message string, a ...interface{})

func (*Logger) Println

func (l *Logger) Println(message string)

func (*Logger) Prompt

func (l *Logger) Prompt(message string)

func (*Logger) Step

func (l *Logger) Step(message string, a ...interface{})

type StateValidator added in v1.2.1

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

func NewStateValidator added in v1.2.1

func NewStateValidator(stateDir string) StateValidator

func (StateValidator) Validate added in v1.2.1

func (s StateValidator) Validate() error

type StringSlice

type StringSlice []string

func (StringSlice) ContainsAny

func (s StringSlice) ContainsAny(targets ...string) bool

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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