Documentation ¶
Index ¶
- func BuildEnvList(logger io.Logger, exec *config.ExecutableEnvironment, ...) ([]string, error)
- func BuildEnvMap(logger io.Logger, exec *config.ExecutableEnvironment, ...) (map[string]string, error)
- func DefaultEnv(ctx *context.Context, executable *config.Executable) map[string]string
- func Exec(ctx *context.Context, executable *config.Executable, ...) error
- func RegisterRunner(runner Runner)
- func Reset()
- func ResolveParameterValue(logger io.Logger, param config.Parameter, promptedEnv map[string]string) (string, error)
- func SetEnv(logger io.Logger, exec *config.ExecutableEnvironment, ...) error
- type Runner
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildEnvList ¶ added in v0.1.3
func BuildEnvMap ¶ added in v0.1.3
func DefaultEnv ¶ added in v0.1.3
func RegisterRunner ¶
func RegisterRunner(runner Runner)
func ResolveParameterValue ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.