`homeboy runtime` 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/runtime.md.

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

homeboy runtime

sh
homeboy runtime <COMMAND>

Inspect core-owned runtime helper assets

SubcommandSummary
homeboy runtime helperInspect core-bundled runtime helper paths exposed to extension runners
homeboy runtime refreshRefresh a shared runtime package from a source repository or directory
homeboy runtime promotion-takeoverExplicitly archive a proven dead or expired runtime-promotion lease
homeboy runtime controller-prunePlan or apply pruning for unreferenced immutable controller runtimes

homeboy runtime helper

sh
homeboy runtime helper <COMMAND>

Inspect core-bundled runtime helper paths exposed to extension runners

SubcommandSummary
homeboy runtime helper pathPrint the materialized path for a known core runtime helper

homeboy runtime helper path

sh
homeboy runtime helper path [OPTIONS] <HELPER>

Print the materialized path for a known core runtime helper

ArgumentRequiredDescription
<HELPER>yesKnown helper filename or injected HOMEBOY_RUNTIME_* env var name
OptionValueDescription
--plainflagPrint only the path, for shell bootstrap usage

homeboy runtime refresh

sh
homeboy runtime refresh [OPTIONS] <RUNTIME_ID>

Refresh a shared runtime package from a source repository or directory

ArgumentRequiredDescription
<RUNTIME_ID>yesRuntime package ID to materialize
OptionValueDescription
--source<SOURCE>Git URL, repo root, or runtime package directory to install from
--ref<REVISION>Git ref to check out for URL sources (branch, tag, or commit)

homeboy runtime promotion-takeover

sh
homeboy runtime promotion-takeover

Explicitly archive a proven dead or expired runtime-promotion lease

homeboy runtime controller-prune

sh
homeboy runtime controller-prune [OPTIONS]

Plan or apply pruning for unreferenced immutable controller runtimes

OptionValueDescription
--applyflagDelete pins not retained by nonterminal durable runs or the active generation
--ignore-retentionflagPurge every unreferenced pin, ignoring the configured controller runtime retention window. Destructive: prefer the configured window