Documentation
¶
Overview ¶
Package lore implements the lore CLI commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRootCmd ¶
NewRootCmd creates the root lore command with all subcommands.
Types ¶
type Builder ¶
type Builder struct{}
Builder implements engine.GraphBuilder for lore package manifests. It loads a packages.manifest file and builds an execution graph that the common engine can process.
func (*Builder) BuildGraph ¶
func (b *Builder) BuildGraph(ctx context.Context, manifestPath string, opts engine.BuildOptions) (*engine.Graph, error)
BuildGraph loads a packages.manifest file and returns an execution graph. The manifest is a line-delimited list of package names, optionally with features specified after the package name.
Click to show internal directories.
Click to hide internal directories.