Synopsis homeboy release [OPTIONS] [COMPONENTS]... By default Homeboy auto-detects the bump from commit history. Use --bump <major|minor|patch|VERSION> to force a bump type or explicit version. Legacy positional bump syntax is...
Synopsis homeboy server <COMMAND> Subcommands create homeboy server create [--json <spec>] [--skip-existing] <id> --host <host> --user <user> [--port <port>] - `--port` defaults to `22`. - When `--json` is provided, CLI...
Synopsis homeboy db <COMMAND> Subcommands tables homeboy db tables <project_id> [<subtarget>] [<args...>] describe homeboy db describe <project_id> [<subtarget>] <table> Notes: Subtargets are only recognized if the project has sub_targets configured....
Synopsis homeboy deploy <project_id> [<component_ids...>] [-c|--component <id>]... [--all] [--outdated] [--check] [--dry-run] [--json '<spec>'] # If no component IDs are provided, you must use --all, --outdated, or --check. # Multi-project deployment...
Synopsis homeboy docs [OPTIONS] [TOPIC] [COMMAND] homeboy docs list homeboy docs map [OPTIONS] <component-id> Description This command renders embedded documentation topics and provides a codebase-map helper for AI-assisted documentation work....
Synopsis homeboy file <COMMAND> Subcommands list <project_id> <path> read <project_id> <path> write <project_id> <path> (reads content from stdin) delete <project_id> <path> [-r|--recursive] (delete directories recursively) rename <project_id> <old_path> <new_path> find...
Synopsis homeboy git <COMMAND> Git operations for Homeboy components, worktrees, portable checkouts, and GitHub issue / pull request workflows. Most commands emit Homeboy's structured JSON envelope when appropriate. See the...
Lint a component using its linked extension's linting infrastructure. Synopsis homeboy lint [component] [options] Description The lint command resolves the component's linked extension with lint capability and runs that extension's...
Synopsis homeboy list Description homeboy list is a convenience command that prints the same help text as homeboy --help. This command exists as a convenience entrypoint (for example when you...
Synopsis homeboy changelog [COMMAND] Description homeboy changelog prints the embedded Homeboy CLI changelog documentation (from docs/changelog.md) as raw markdown by default. In JSON output mode, the default show output is...