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

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

homeboy upgrade

sh
homeboy upgrade [OPTIONS]

Upgrade Homeboy to the latest version

OptionValueDescription
--checkflagCheck for updates without installing
--forceflagForce upgrade even if already at latest version
--no-restartflagSkip automatic restart after upgrade
--skip-extensionsflagSkip extension updates (only upgrade the binary)
--skip-runnersflagSkip configured runner upgrades after the local upgrade
--no-restart-servicesflagSkip restarting declared binary-resident services after the binary swap. They will be reported as pending with their recovery commands instead
--upgrade-runner<RUNNER_ID>Select the configured runner to converge with the controller. Repeat to target multiple runners
--runner-onlyflagRefresh selected runners without promoting the controller
--method<METHOD>Override install method detection (homebrew|cargo|source|binary)
--source-path<PATH>Homeboy source checkout to use with –method source