Documentation ¶
Index ¶
- Variables
- func SetConfigVars(ctx context.Context, cfg api.Config, workspace types.Workspace, ...) error
- func SetModuleVersion(ctx context.Context, cfg api.Config, workspace types.Workspace, ...) error
- func StreamLogs(ctx context.Context, cfg api.Config, workspace types.Workspace, ...) error
- func WaitForTerminalRun(ctx context.Context, osWriters logging.OsWriters, cfg api.Config, ...) (types.Run, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrRunDisapproved = errors.New("run was disapproved")
)
Functions ¶
func SetConfigVars ¶ added in v0.0.92
func SetConfigVars(ctx context.Context, cfg api.Config, workspace types.Workspace, varFlags []string) error
SetConfigVars takes the input vars and stores them as workspace_changes via the API TODO: once the api supports it, return any flags that aren't valid for the module version and were skipped
func SetModuleVersion ¶ added in v0.0.92
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.