Commands
`homeboy release`
Synopsis homeboy release <COMPONENT> <BUMP_TYPE> [OPTIONS] Where <BUMP_TYPE> is patch, minor, or major. Also available as: homeboy version bump <COMPONENT>...
`homeboy audit`
Synopsis homeboy audit <component-id|path> [options] Description Audit a component's codebase for convention drift, structural complexity, dead code, duplication, and test...
`homeboy docs`
Synopsis homeboy docs [TOPIC] homeboy docs list homeboy docs audit <component-id> [--features] [--docs-dir <DIR>] homeboy docs map <component-id> [--write] [--include-private]...
`homeboy refactor`
Synopsis homeboy refactor <COMMAND> Description Structural refactoring tools for renaming concepts across a codebase. Walks source files, finds all references...
Commands index
api audit — code convention drift and structural analysis auth build changelog changes cleanup — config health checks and hygiene...
`homeboy cleanup`
Synopsis homeboy cleanup [component-id] [options] Description Identify config drift, stale state, and hygiene issues in component configurations. Checks for broken...
`homeboy upgrade`
Synopsis homeboy upgrade [OPTIONS] homeboy update [OPTIONS] # alias Description Upgrades Homeboy to the latest version. The command auto-detects the...
`homeboy version`
Synopsis homeboy version <COMMAND> Subcommands show homeboy version show [<component_id>] Shows the current version for the specified component, or the...
Lint Command
Lint a component using its configured extension's linting infrastructure. Synopsis homeboy lint <component> [options] Description The lint command runs code...
`homeboy project`
Synopsis homeboy project [OPTIONS] <COMMAND> Common Workflows Linking Components to a Project After creating components, link them to a project:...
Test Command
Run test suites for Homeboy components/extensions. Synopsis homeboy test <component> [options] Description The test command executes test suites for specified...
`homeboy db`
Synopsis homeboy db <COMMAND> Subcommands tables homeboy db tables <project_id> [<subtarget>] [<args...>] describe homeboy db describe <project_id> [<subtarget>] <table> Notes:...