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

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

homeboy harvest

sh
homeboy harvest [OPTIONS] <TARGET_ID> [COMPONENT_IDS]...

Recover remote component content into local Git history

ArgumentRequiredDescription
<TARGET_ID>yesProject ID or component ID (order is auto-detected)
[COMPONENT_IDS]...noAdditional component IDs or the project ID
OptionValueDescription
--checkflagReport remote content drift without writing local files
--dry-runflagPrint the remote content delta without writing or committing
--applyflagMaterialize the reviewed remote delta and commit it
--exclude<EXCLUDE>Relative glob to exclude. Repeat for multiple patterns
--author<AUTHOR>Git author for the recovery commit, for example ‘Remote agent [email protected]