Versions in this module Expand all Collapse all v0 v0.0.2 Apr 30, 2026 v0.0.1 Apr 27, 2026 Changes in this version + const LocalConfigFileName + const LocalOverrideConfigFileName + const RepositoryFlag + const VerbRepositoriesEnvVar + const VerbRepositoryFlag + func NewCommand(bootstrap Bootstrap) (*cobra.Command, error) + func NewLazyCommand() *cobra.Command + type Bootstrap struct + Repositories []Repository + func DiscoverBootstrap(args []string) (Bootstrap, []string, error) + type DiscoveredVerb struct + Repository ScannedRepository + Verb *jsverbs.VerbSpec + func CollectDiscoveredVerbs(repositories []ScannedRepository) ([]DiscoveredVerb, error) + type InvokerFactory func(repo ScannedRepository, verb *jsverbs.VerbSpec) jsverbs.VerbInvoker + type Repository struct + Embedded bool + EmbeddedAt string + EmbeddedFS fs.FS + Name string + RootDir string + Source string + SourceRef string + type ScannedRepository struct + Registry *jsverbs.Registry + Repository Repository + func ScanRepositories(bootstrap Bootstrap) ([]ScannedRepository, error) + func (r ScannedRepository) RuntimeOptions() []engine.Option