install

package
v0.8.0-pre.3 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2019 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DefaultOptions = &Options{}

DefaultOptions initializes the install command options to its defaults

Functions

func GetParameterMap added in v0.5.0

func GetParameterMap(raw []string) (map[string]string, error)

GetParameterMap takes a slice of parameter strings, parses parameters into a map of keys and values

func Run added in v0.3.0

func Run(args []string, options *Options, fs afero.Fs, settings *env.Settings) error

Run returns the errors associated with cmd env

Types

type Options added in v0.3.0

type Options struct {
	RepositoryOptions
	InstanceName   string
	Parameters     map[string]string
	PackageVersion string
	SkipInstance   bool
	RequestTimeout int64
}

Options defines configuration options for the install command

type RepositoryOptions added in v0.7.0

type RepositoryOptions struct {
	RepoName string
}

RepositoryOptions defines the options necessary for any cmd working with repository

Jump to

Keyboard shortcuts

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