Versions in this module Expand all Collapse all v0 v0.67.0 May 30, 2026 Changes in this version + func RenderGitHubActions(p *CIPlan) (map[string]string, error) + func RenderGitLabCI(p *CIPlan) (map[string]string, error) + type BuildSpec struct + Docker bool + Image string + type CIPlan struct + Build *BuildSpec + DefaultBranch string + Migrations *MigrationsSpec + Phases []DeployPhase + PlanGuard bool + PluginInstall bool + Project string + Runner string + Secrets []SecretRef + Smoke *SmokeSpec + Triggers TriggerSpec + Warnings []string + WfctlVersion string + func Analyze(configs []string, opts Options) (*CIPlan, error) + type DeployPhase struct + ConfigPath string + Include []string + Name string + type MigrationsSpec struct + DBEnv string + Env string + Source string + type Options struct + ConfigPathAlias string + DefaultBranch string + PhaseConfig string + PhaseConfigAlias string + Project string + Runner string + WfctlVersion string + type SecretRef struct + Name string + type SmokeSpec struct + Path string + URL string + type TriggerSpec struct + Dispatch bool + PR bool + PushMain bool