Versions in this module Expand all Collapse all v0 v0.0.1 Jan 13, 2026 Changes in this version + func AddCommands(root *cobra.Command) error + func AddDynamicPluginCommands(root *cobra.Command, args []string) error + func AddRepoFlags(cmd *cobra.Command) + type PluginsListCommand struct + func NewPluginsListCommand() (*PluginsListCommand, error) + func (c *PluginsListCommand) RunIntoWriter(ctx context.Context, parsedLayers *layers.ParsedLayers, w io.Writer) error + type RepoContext struct + ConfigPath string + Cwd string + DryRun bool + RepoRoot string + Strict bool + Timeout time.Duration + func RepoContextFromCobra(cmd *cobra.Command) (RepoContext, error) + func RepoContextFromParsedLayers(parsedLayers *glazedlayers.ParsedLayers) (RepoContext, error) + func (rc RepoContext) RequestMeta() runtime.RequestMeta + type RepoSettings struct + Config string + DryRun bool + RepoRoot string + Strict bool + Timeout string + type StatusCommand struct + func NewStatusCommand() (*StatusCommand, error) + func (c *StatusCommand) RunIntoWriter(ctx context.Context, parsedLayers *layers.ParsedLayers, w io.Writer) error + type StatusSettings struct + TailLines int