`homeboy self` command reference

Generated from the clap command tree. This page is the complete synopsis, argument, flag, and subcommand surface for this command family.

Concepts, recipes, and contracts are hand-written in docs/commands/self.md.

Global flags apply to every command and are documented once in the root command reference.

homeboy self

sh
homeboy self <COMMAND>

Inspect the active Homeboy binary and install signals

SubcommandSummary
homeboy self statusReport active binary, version, and nearby install/update signals
homeboy self identityReport the active binary build identity without external probes
homeboy self doctorReport one authoritative binary/runtime view across the controller and every configured runner, including version drift signals and host resource pressure (machine load, hot Homeboy-adjacent processes, rig leases)
homeboy self cleanup-runtime-tmpPlan or delete orphaned Homeboy runtime temp entries
homeboy self docsDisplay CLI documentation

homeboy self status

sh
homeboy self status

Report active binary, version, and nearby install/update signals

homeboy self identity

sh
homeboy self identity

Report the active binary build identity without external probes

homeboy self doctor

sh
homeboy self doctor

Report one authoritative binary/runtime view across the controller and every configured runner, including version drift signals and host resource pressure (machine load, hot Homeboy-adjacent processes, rig leases)

homeboy self cleanup-runtime-tmp

sh
homeboy self cleanup-runtime-tmp [OPTIONS]

Plan or delete orphaned Homeboy runtime temp entries

OptionValueDescription
--applyflagDelete planned temp entries. Without this flag, only reports the plan
--older-than-days<OLDER_THAN_DAYS>Only include entries older than this many days. Defaults to the configured retention.runtime_tmp_days
--prefix<PREFIX>Only include entries whose directory/file name starts with this prefix
--limit<LIMIT>Maximum temp entries to inspect in one invocation. Defaults to the configured retention.limit
--run-max-bytes<RUN_MAX_BYTES>Maximum aggregate bytes retained for failed runtime run evidence. Defaults to the configured retention.runtime_run_max_bytes
--run-max-count<RUN_MAX_COUNT>Maximum failed runtime run directories retained. Defaults to the configured retention.runtime_run_max_count
--cursor<CURSOR>Continue bounded runtime-run inspection from a prior next_cursor

homeboy self docs

sh
homeboy self docs [TOPIC] [COMMAND]

Display CLI documentation

ArgumentRequiredDescription
[TOPIC]noTopic path (e.g., ‘commands/deploy’) or ‘list’ to show available topics
SubcommandSummary
homeboy self docs mapGenerate a machine-optimized codebase map for AI documentation

homeboy self docs map

sh
homeboy self docs map [OPTIONS] <COMPONENT_ID>

Generate a machine-optimized codebase map for AI documentation

ArgumentRequiredDescription
<COMPONENT_ID>yesComponent to analyze
OptionValueDescription
--source-dirs<SOURCE_DIRS>Source directories to analyze (comma-separated). Overrides auto-detection
--include-privateflagInclude private methods and internals (default: public API surface only)
--writeflagWrite markdown documentation files to disk (default: JSON to stdout)
--output-dir<OUTPUT_DIR>Output directory for markdown files (default: docs)