Versions in this module Expand all Collapse all v0 v0.17.15 May 11, 2026 v0.17.14 May 11, 2026 Changes in this version + func Action(ctx *app.Context, opts Options, handler Handler) error + type Category string + const CategoryEnvironment + const CategoryRepository + const CategoryStackState + type CheckStatus string + const CheckError + const CheckPassed + const CheckWarning + type Handler interface + Cleanup func() + Complete func(passed, warnings, errors int) + IsInteractive func() bool + OnCategory func(category Category) + OnCheck func(name string, status CheckStatus, message string) + Start func(fix bool) + type NullHandler struct + func (h *NullHandler) Complete(int, int, int) + func (h *NullHandler) OnCategory(Category) + func (h *NullHandler) OnCheck(string, CheckStatus, string) + func (h *NullHandler) Start(bool) + type Options struct + Fix bool + Trunk string