- 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>
1,018 B
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 |
pkg search
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