Versions in this module Expand all Collapse all v0 v0.41.0 Aug 27, 2026 Changes in this version type Input + ResidentRoot string + type PartialError struct + Cause error + Outcome initspec.Outcome + func (e *PartialError) Error() string + func (e *PartialError) Unwrap() error v0.40.0 Aug 25, 2026 Changes in this version + func Run(ctx context.Context, input Input, loadProject LoadProject, gate Gate) (initspec.Outcome, error) + type Gate func(context.Context, string) error + type Input struct + Answers map[string]string + Force bool + Interactive bool + PromptInput io.Reader + PromptOutput io.Writer + Root string + type LoadProject func(string) (*project.Loader, error)