Documentation ¶
Index ¶
- Variables
- func Create(cfg api.Config, workspace types.Workspace, runConfig *types.RunConfig, ...) (*types.Run, error)
- func GetBrowserUrl(cfg api.Config, workspace types.Workspace, run types.Run) string
- func GetPromotion(cfg api.Config, workspace types.Workspace, moduleSourceOverride string) (*types.RunConfig, error)
- func SetRunConfigVars(rc *types.RunConfig, varFlags []string) ([]string, error)
- func StreamLogs(ctx context.Context, cfg api.Config, workspace types.Workspace, ...) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrRunDisapproved = errors.New("run was disapproved")
)
Functions ¶
func GetBrowserUrl ¶ added in v0.0.69
func GetPromotion ¶
func GetPromotion(cfg api.Config, workspace types.Workspace, moduleSourceOverride string) (*types.RunConfig, error)
GetPromotion retrieves a run configuration from the previous environment or block configuration moduleSourceOverride allows overriding of the returned run config based on <module-source>@<module-source-version>
func SetRunConfigVars ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.