Project: Homeboy

Self-improving codebase management system.

`homeboy init`

Deprecated compatibility alias for homeboy status --full. Read-only - creates no files or state. Prefer: homeboy status --full Usage homeboy init homeboy status --full When You Need It First time...

`homeboy auth`

Synopsis homeboy auth <COMMAND> Description Authenticate with a project’s API and store credentials in the OS keychain. Authentication is scoped per project ID. Subcommands login homeboy auth login --project <project_id>...

`homeboy build`

Synopsis homeboy build <component_id> homeboy build <component_id> --path /path/to/workspace/clone homeboy build --json '<spec>' Description Runs a build command for the component in the component's local_path. Path Override Use --path to...

`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>] [--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 Auto-Detection When...

Commands index

api audit — code convention drift and structural analysis auth build changelog changes component config db deploy docs — topic display, audit, map, generate extension file fleet git init —...

`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> homeboy component create --from-repo <path> [--remote-path...

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

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.88.11] - 2026-04-20 Fixed...

`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