Updated by technical writer agents: - core dev: added task management, api, sync, ci commands - core dev: fixed all flag discrepancies - core go: added work subcommands (init, sync, use) - core go: added missing flags (--json, --check, --open, --threshold) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2.8 KiB
2.8 KiB
Documentation TODO
Commands and flags found in CLI but missing from documentation.
Missing Commands
core build
core build from-path- Build from a local directorycore build pwa- Build from a live PWA URL
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 build
--archive- Create archives (tar.gz for linux/darwin, zip for windows)--checksum- Generate SHA256 checksums and CHECKSUMS.txt--config- Config file path--format- Output format for linuxkit (iso-bios, qcow2-bios, raw, vmdk)--push- Push Docker image after build
core build sdk
--dry-run- Show what would be generated without writing files--version- Version to embed in generated SDKs
core build from-path
--path- The path to the static web application files
core build pwa
--url- The URL of the PWA to build
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