- Added from-path and pwa subcommands - Added missing flags (--archive, --checksum, --config, --format, --push) - Updated build sdk with --dry-run and --version flags Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2.1 KiB
2.1 KiB
Documentation TODO
Commands and flags found in CLI but missing from documentation.
Missing Commands
core php
core php packages link- Link local packages (subcommand documentation exists but not detailed)core php packages unlink- Unlink packagescore php packages update- Update linked packagescore php packages list- List linked packages
core vm
core vm templates show- Display template contentcore vm templates vars- Show template variables
Missing Flags
core setup
--dry-run- Show what would be cloned without cloning--only- Only clone repos of these types (comma-separated: foundation,module,product)- Docs mention
--pathand--sshwhich are not in CLI
core doctor
--verbose- Show detailed version information
core test
- All flags are missing from the minimal docs page:
--coverage- Show detailed per-package coverage--json- Output JSON for CI/agents--pkg- Package pattern to test--race- Enable race detector--run- Run only tests matching this regex--short- Skip long-running tests--verbose- Show test output as it runs
core pkg search
--refresh- Bypass cache and fetch fresh data--type- Filter by type in name (mod, services, plug, website)
core pkg install
--add- Add to repos.yaml registry
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
core setup
- Docs mention
--pathand--sshflags but CLI has--dry-runand--onlyflags instead
core pkg
- Docs describe package management for "Go modules" but CLI help says it's for "core-* repos" (GitHub repos)
core pkg installworks differently: docs show Go module paths, CLI shows GitHub repo format
core php serve
- Docs mention
--productionflag but CLI has different flags:--name,--tag,--port,--https-port,-d,--env-file,--container