package
0.0.0-20241009004650-84ea22048b9a
Repository: https://github.com/azure/azure-dev.git
Documentation: pkg.go.dev

# Functions

NewAzdCommandStep creates a new step that executes an azd command with the specified name and args.
NewRunner creates a new instance of the Runner.

# Structs

Command stores a single command to execute.
Runner is responsible for executing a workflow.
Step stores a single step to execute within a workflow This struct can be expanded over time to support other types of steps/commands.
Workflow stores a list of steps to execute.

# Interfaces

AzdCommandRunner abstracts the execution of an azd command given an set of arguments and context.

# Type aliases

Stores a map of workflows configured for an azd project.