Documentation
¶
Index ¶
Constants ¶
View Source
const StateFile = ".brr-workflow-state.json"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Name string // workflow name (for display)
Workflow Workflow // parsed workflow definition
Config config.Config // brr config (for profile resolution)
ProfileFlag string // --profile flag override (empty = use stage/config default)
ResolvePrompt func(string) (string, error) // prompt resolution function
Notify func() // called on workflow completion (nil = no notification)
Reset bool // discard saved state and start fresh
}
Click to show internal directories.
Click to hide internal directories.