Versions in this module Expand all Collapse all v1 v1.1.0 Jul 8, 2026 Changes in this version + func RunPolicy(paths []string, opts PolicyOptions) error + type PolicyOptions struct + Apply bool + JSON bool + NoRequirePin bool + Repo string v1.0.2 Jun 22, 2026 Changes in this version + var ErrCheckFailed = errors.New("") + func RunList(paths []string, opts ListOptions) error + func RunPin(paths []string, opts PinOptions) error + func RunStats(workflowArg string, opts StatsOptions) error + func RunUpdate(paths []string, opts UpdateOptions) error + type ListOptions struct + JSON bool + Offline bool + Outdated bool + Unpinned bool + type PinOptions struct + Apply bool + Comment bool + type StatsOptions struct + Branch string + JSON bool + Jobs bool + Repo string + Since string + type UpdateOptions struct + Yes bool