Versions in this module Expand all Collapse all v1 v1.44.0-0.dev Jun 12, 2026 v1.43.0 Jul 30, 2026 Changes in this version + const ReleaseDir + func ConfigureLogging(c *cli.Command) + func LogPrettifier(f *runtime.Frame) (string, string) + func SummaryOutputDir(repoRootDir string) string + func WithLogging(before cli.BeforeFunc) cli.BeforeFunc + func WithSummary(step string, action SummaryAction) cli.ActionFunc + func WriteSummary(baseDir, key, step string, s StepSummary) error + type StepSummary struct + Completed time.Time + Outputs map[string]any + Started time.Time + Status string + type SummaryAction func(context.Context, *cli.Command) (string, map[string]any, error)