cli/docs/cmd/pkg/index.md
Snider 78cb2b3507 docs: sync php, pkg, setup, doctor, test with CLI
- php: add serve flags, packages subcommands, all commands
- pkg: fix description (GitHub repos not Go modules), add --add flag
- setup: replace --path/--ssh with --dry-run/--only
- doctor: add --verbose flag
- test: full documentation with all flags and JSON output
- Cleaned up TODO.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 16:26:27 +00:00

1,018 B

core pkg

Package management for host-uk/core-* repos.

Usage

core pkg <command> [flags]

Commands

Command Description
search Search GitHub for packages
install Clone a package from GitHub
list List installed packages
update Update installed packages
outdated Check for outdated packages

Search GitHub for host-uk packages.

core pkg search <query> [flags]

See search for details.

pkg install

Clone a package from GitHub.

core pkg install <repo> [flags]

Flags

Flag Description
--add Add to repos.yaml registry

Examples

core pkg install core-php
core pkg install core-tenant --add

pkg list

List installed packages.

core pkg list

pkg update

Update installed packages.

core pkg update

pkg outdated

Check for outdated packages.

core pkg outdated