Versions in this module Expand all Collapse all v0 v0.8.1 Dec 12, 2025 v0.8.0 Dec 2, 2025 Changes in this version + type Project struct + Composer *composer.Composer + Provisioner *provisioner.Provisioner + Runtime *runtime.Runtime + Workstation *workstation.Workstation + func NewProject(contextName string, opts ...*Project) (*Project, error) + func (p *Project) Configure(flagOverrides map[string]any) error + func (p *Project) Initialize(overwrite bool, blueprintURL ...string) error + func (p *Project) PerformCleanup() error