Project Type: Tools

`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 build command from the component's linked extension and runs it...

`homeboy changelog`

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...

`homeboy changes`

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

Commands index

api audit — code convention drift and structural analysis auth bench — performance benchmarks + p95 regression ratchet build cargo — run Cargo commands via Rust extension routing changelog changes...

`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> --remote-path <path> --build-artifact <path> The component ID is derived from...

`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 global configuration that controls default behaviors across all Homeboy operations....

Release Pipeline System

The release pipeline provides configurable, local orchestration for managing component releases without CI/CD systems. Overview Homeboy's release pipeline is a local-first alternative to CI/CD, allowing developers to: Define release workflows...

SSH Key Management

Homeboy manages SSH keys for remote server access, including keychain integration for passphrase management. Overview SSH keys in Homeboy are stored as file references in server configurations (identity_file field) with...

Changelog

All notable changes to Homeboy CLI are documented in this file. (This file is embedded into the CLI binary and is also viewable via homeboy changelog.) [0.131.0] - 2026-04-30 Added...

`homeboy` root command

Synopsis homeboy [OPTIONS] <COMMAND> Description homeboy is a CLI tool for development and deployment automation. Global flags These are provided by clap: --version / -V: print version and exit --help...

← Back to Chubes.net