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

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

homeboy activity

sh
homeboy activity [COMMAND]

Unified view of active and recently finished Homeboy work

SubcommandSummary
homeboy activity listList active and recent Homeboy work
homeboy activity showResolve and show one activity item by run/task/job id
homeboy activity watchPoll any activity item until it reaches a terminal state

homeboy activity list

sh
homeboy activity list [OPTIONS]

List active and recent Homeboy work

OptionValueDescription
--limit<LIMIT>Maximum activity items to return
--allflagInclude older completed records instead of active + recent

homeboy activity show

sh
homeboy activity show <ID>

Resolve and show one activity item by run/task/job id

ArgumentRequiredDescription
<ID>yesno help text

homeboy activity watch

sh
homeboy activity watch [OPTIONS] <ID>

Poll any activity item until it reaches a terminal state

ArgumentRequiredDescription
<ID>yesActivity id, observation run id, agent-task run id, or runner job id
OptionValueDescription
--timeout<TIMEOUT>Maximum time to wait before giving up (e.g. 30m, 2h, 7d)
--interval<INTERVAL>Delay between status polls (e.g. 2s, 1m)
--notifyflagEmit a local completion notification when the item reaches a terminal state