Commands

Lint Command

Lint a component using its linked extension's linting infrastructure. Synopsis homeboy lint [component] [options] Description The lint command resolves the...

Updated May 21, 2026

homeboy observe

Passively observe a running system and persist evidence in the observation store as run kind observe. Usage homeboy observe <component>...

Updated May 21, 2026

Review Command

Run scoped audit + lint + test in a single invocation against PR-style changes. Synopsis homeboy review [component] --changed-since=<ref> homeboy...

Updated May 21, 2026

`homeboy file`

Synopsis homeboy file <COMMAND> Subcommands list <project_id> <path> read <project_id> <path> write <project_id> <path> (reads content from stdin) mkdir <project_id>...

Updated May 16, 2026

`homeboy auth`

Synopsis homeboy auth <COMMAND> Description Manage project API secrets in the OS keychain. Secrets are scoped by project ID and...

Updated May 14, 2026

http

Make generic HTTP requests to full URLs. Use this when a one-off internal or external endpoint needs Homeboy's local transport...

Updated May 14, 2026

`homeboy config`

Manage global Homeboy configuration stored under the OS config directory as ~/.config/homeboy/homeboy.json. Overview The homeboy config command provides access to...

Updated May 12, 2026

`homeboy build`

Synopsis homeboy build <component_id> homeboy build <component_id> --path /path/to/workspace/clone homeboy build --json '<spec>' homeboy build <project_id> --all Description Resolves a...

Updated May 3, 2026

`homeboy version`

Synopsis homeboy version show [<component_id>] [--path <path>] Description homeboy version show is read-only version inspection. It reports the current version...

Updated April 30, 2026

`homeboy deploy`

Synopsis homeboy deploy <project_id> [<component_ids...>] [-c|--component <id>]... [--all] [--outdated] [--check] [--dry-run] [--json '<spec>'] # If no component IDs are provided,...

Updated April 30, 2026

`homeboy changes`

Synopsis homeboy changes [<component_id>] [--path <path>] [--since <tag>] [--git-diffs] homeboy changes --json <spec> [--git-diffs] # Project mode homeboy changes --project...

Updated April 30, 2026

`homeboy wp`

Run WP-CLI commands through Homeboy's WordPress extension routing. Synopsis homeboy wp <project_id> [args]... For multisite projects, use project:subtarget as the...

Updated April 30, 2026
← Back to Chubes.net