cli/pkg/pkgcmd/cmd_commands.go

13 lines
509 B
Go
Raw Normal View History

// Package pkgcmd provides GitHub package management for host-uk repositories.
//
// Commands:
// - search: Search GitHub org for repos (cached for 1 hour)
// - install: Clone a repo from GitHub to packages/
// - list: List installed packages from repos.yaml
// - update: Pull latest changes for packages
// - outdated: Check which packages have unpulled commits
//
// Uses gh CLI for authenticated GitHub access. Results are cached in
// .core/cache/ within the workspace directory.
package pkgcmd