Commands
Lint Command
Lint a component using its linked extension's linting infrastructure. Synopsis homeboy lint [component] [options] Description The lint command resolves the...
homeboy observe
Passively observe a running system and persist evidence in the observation store as run kind observe. Usage homeboy observe <component>...
Review Command
Run scoped audit + lint + test in a single invocation against PR-style changes. Synopsis homeboy review [component] --changed-since=<ref> homeboy...
`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...
http
Make generic HTTP requests to full URLs. Use this when a one-off internal or external endpoint needs Homeboy's local transport...
`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 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...
`homeboy version`
Synopsis homeboy version show [<component_id>] [--path <path>] Description homeboy version show is read-only version inspection. It reports the current version...
`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,...
`homeboy changes`
Synopsis homeboy changes [<component_id>] [--path <path>] [--since <tag>] [--git-diffs] homeboy changes --json <spec> [--git-diffs] # Project mode homeboy changes --project...
`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...