- 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>
529 B
529 B
Documentation TODO
Commands and flags found in CLI but missing from documentation.
Missing Flags
core pkg search
--refresh- Bypass cache and fetch fresh data--type- Filter by type in name (mod, services, plug, website)
core vm run
--ssh-port- SSH port for exec commands (default: 2222)
Discrepancies
core sdk
- Docs describe
core sdk generatecommand but CLI only hascore sdk diffandcore sdk validate - SDK generation is actually at
core build sdk, notcore sdk generate