Commands
Review Command
Run scoped audit + lint + test in a single invocation against PR-style changes. Synopsis homeboy review [component] --changed-since=<ref> homeboy...
`homeboy changelog`
Synopsis homeboy changelog [COMMAND] Description homeboy changelog prints the embedded Homeboy CLI changelog documentation (from docs/changelog.md) as raw markdown by...
`homeboy report`
Render reports from Homeboy structured output artifacts. Synopsis homeboy report <COMMAND> Subcommands failure-digest — render a markdown failure digest from...
`homeboy ssh`
Synopsis # Non-interactive discovery (JSON output): homeboy ssh list # Connect (interactive when no COMMAND is provided): homeboy ssh [OPTIONS]...
http
Make generic HTTP requests to full URLs. Use this when a one-off internal or external endpoint needs Homeboy's local transport...
`homeboy project`
Synopsis homeboy project [OPTIONS] <COMMAND> Common Workflows Linking Components to a Project After creating a repo-owned component config, attach that...
`homeboy fleet`
Manage fleets — named groups of projects for coordinated operations across multiple sites. Synopsis homeboy fleet <COMMAND> Overview Fleets group...
`homeboy extension`
Synopsis homeboy extension <COMMAND> Subcommands list homeboy extension list [-p|--project <project_id>] show homeboy extension show <extension_id> Print detailed manifest, runtime,...
`homeboy db`
Synopsis homeboy db <COMMAND> Subcommands tables homeboy db tables <project_id> [<subtarget>] [<args...>] describe homeboy db describe <project_id> [<subtarget>] <table> Notes:...
`homeboy daemon`
Run and inspect the local-only Homeboy HTTP API daemon. Synopsis homeboy daemon <COMMAND> Subcommands start — start the local daemon...
`homeboy audit`
Synopsis homeboy audit <component-id|path> [options] Description Audit a component's codebase for convention drift, structural complexity, dead code, duplication, configured detector...
Audit Layer Ownership Rules
Homeboy audit supports optional architecture/layer ownership rules to catch design-level drift that passes lint/static checks. Rule file locations Use one...