- 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>
21 lines
529 B
Markdown
21 lines
529 B
Markdown
# 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 generate` command but CLI only has `core sdk diff` and `core sdk validate`
|
|
- SDK generation is actually at `core build sdk`, not `core sdk generate`
|