Commands index
- api
- agent-task
- audit — code convention drift and structural analysis
- audit-baseline — deterministic audit baseline refresh workflow
- auth
- bench — performance benchmarks + p95 regression ratchet
- build — local build quality gate
- cargo — extension-provided Cargo routing when installed
- changelog
- changes
- ci — CI reproduction profiles and shallow CI surface discovery
- cleanup — declared reconstructable artifact cleanup across managed worktrees
- component
- config
- daemon — local-only HTTP API daemon
- db
- deploy
- deps — component dependency inspection and updates
- doctor — local diagnostics for runtime and resource health
- docs — embedded topic display and codebase map generation
- extension
- file — remote file operations, downloads, copies, and syncs
- fleet
- fuzz — generic fuzz workload discovery, execution, and evidence
- git
- http — generic proxied authenticated HTTP requests
- issues — reconcile findings against issue trackers
- lint
- logs
- manifest — recursive command safety, docs, output, and Lab metadata
- observe — passive live observation into trace timeline evidence
- project
- report — render reports from structured output artifacts
- refactor
- release — local release pipeline
- refs
- review — scoped audit + lint + test umbrella for PR-style changes
- rig — reproducible local dev environments (spec)
- runner — local and SSH execution runner registry
- runtime — narrow lookup for bundled core runtime helpers
- runs — persisted observation runs and artifacts
- server
- self — active binary and install-signal inspection
- ssh
- stack — combined-fixes branches from base refs plus cherry-picked PRs
- status — actionable component overview
- test
- trace — black-box behavioral trace and evidence capture
- triage — attention reports and watch utilities across components, projects, fleets, and rigs
- tunnel — private service tunnel declarations
- undo — restore or manage write-operation snapshots
- upgrade
- version
- worktree — component-backed task worktree lifecycle
- wp — extension-provided WP-CLI routing when installed
This list covers the top-level core CLI commands currently surfaced by homeboy --help in this checkout. Hidden internal commands are omitted from this index.
Note: some extensions also expose additional top-level CLI commands at runtime
when installed. Extension command docs, including cargo and wp, describe
possible runtime-provided commands rather than guaranteed core subcommands.
Agents and automation that need command safety metadata should read the recursive manifest with homeboy manifest.
Related:
- Root command
- JSON output contract (global output envelope)
- Embedded docs
- Schema Reference – JSON configuration schemas (component, project, server, extension)
- Architecture – System internals (API client, keychain, SSH, release pipeline, execution context)
- Developer Guide – Contributing guides (architecture overview, config directory, error handling)