Documentation
¶
Overview ¶
Package pack holds the `forge pack` command group — manage installable packs (list / install / remove / info).
Dir-nested command group (the devspace idiom): the parent newCmd assembles the subcommands in the sibling files; the shared feature gate + small util stay in this file. init() self-registers the group with internal/cli/factory so a blank import from internal/cli/groups.go attaches it to the root.
Shared internal/cli helpers are reached without importing internal/cli: project config via the factory's LoadProjectStore function value, and ProjectRoot / ErrProjectConfigNotFound / Name via internal/cli/cmdutil.
Click to show internal directories.
Click to hide internal directories.