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

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

homeboy status

sh
homeboy status [OPTIONS] [PROJECT]

Actionable component status overview

ArgumentRequiredDescription
[PROJECT]noProject ID — show version dashboard for a project’s components
OptionValueDescription
--project<ID>Scope: project id
--fleet<ID>Scope: fleet id
--component<ID>Scope: registered component id
--rig<ID>Scope: local rig id
--path<PATH>Scope: checkout path, bypassing the registry
--workspaceflagScope: every configured workspace repo
--fullflagShow the full workspace/context report (the old init behavior)
--uncommittedflagShow only components with uncommitted changes
--needs-releaseflagShow only components that need a release
--readyflagShow only components ready to deploy
--docs-onlyflagShow only components with docs-only changes
-a, --allflagShow all components regardless of current directory context
--outdatedflagShow only outdated components (local != remote)
--timingsflagEmit status phase progress to stderr and include phase timings in JSON
--refreshflagRefresh remote Git refs before calculating drift and release state
--unreleasedflagShow only components carrying merged-but-unreleased work (commits on origin/ that are past the latest release tag)