Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PlanModes = map[string]PlanMode{ "all": PlanModeAll, "missing": PlanModeMissing, "changed": PlanModeChanged, }
Functions ¶
func ExecutePlan ¶
func ExecutePlan(plan RenderPlan) error
Types ¶
type Font ¶
type PlannedRender ¶
type PlannedRender struct { Template templating.TemplateDefinition Cover templating.Cover }
type RenderPlan ¶
type RenderPlan struct { ConfigPath string StatePath string Config templating.Config State templating.StateFile PlannedRenders []PlannedRender ProgressBar *pterm.ProgressbarPrinter }
func PlanRender ¶
func PlanRender(configPath, statePath string, mode PlanMode) (RenderPlan, error)
Click to show internal directories.
Click to hide internal directories.