Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + type AzdCommandRunner interface + ExecuteContext func(ctx context.Context, args []string) error + type Command struct + Args []string + func (c *Command) UnmarshalYAML(unmarshal func(any) error) error + type Runner struct + func NewRunner(azdRunner AzdCommandRunner, console input.Console) *Runner + func (r *Runner) Run(ctx context.Context, workflow *Workflow) error + type Step struct + AzdCommand Command + func NewAzdCommandStep(args ...string) *Step + type Workflow struct + Name string + Steps []*Step + func (w *Workflow) UnmarshalYAML(unmarshal func(any) error) error + type WorkflowMap map[string]*Workflow + func (wm *WorkflowMap) UnmarshalYAML(unmarshal func(any) error) error