Commands
Commands index
api audit — code convention drift and structural analysis auth bench — performance benchmarks + p95 regression ratchet build cargo...
Bench Command
Run performance benchmarks for a Homeboy component and surface regression deltas against a stored baseline. Synopsis homeboy bench <component> [options]...
Runs Command
Inspect persisted observation-store runs and artifacts. Synopsis homeboy runs list [--runner <runner-id>] [--kind bench|rig|trace] [--component <id>] [--rig <id>] [--status <status>]...
`homeboy release`
Synopsis homeboy release [OPTIONS] [COMPONENTS]... By default Homeboy auto-detects the bump from commit history. Use --bump <major|minor|patch|VERSION> to force a...
`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>...
`homeboy auth`
Synopsis homeboy auth <COMMAND> Description Manage project API secrets in the OS keychain. Secrets are scoped by project ID and...
`homeboy deps`
Manage component dependencies. Synopsis homeboy deps <COMMAND> Subcommands status — inspect dependency constraints and locked package versions update — update...
http
Make generic HTTP requests to full URLs. Use this when a one-off internal or external endpoint needs Homeboy's local transport...
`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 config`
Manage global Homeboy configuration stored under the OS config directory as ~/.config/homeboy/homeboy.json. Overview The homeboy config command provides access to...
`homeboy component`
Manage standalone component configurations stored under components/<id>.json. Synopsis homeboy component [OPTIONS] <COMMAND> Subcommands create homeboy component create [OPTIONS] --local-path <path>...
`homeboy rig`
Manage local dev rigs: reproducible multi-component environments that can start services, prepare checkouts, sync combined-fixes stacks, run health checks, and...