work
Manage outstanding work.
Usage:
ocuroot work [command]
Available Commands:
any Pick up any outstanding work
continue Continue outstanding work
tasks Run scheduled tasks
trigger Trigger outstanding work in the state store
Use "ocuroot work [command] --help" for more information about a command.
Subcommands
any
Pick up any outstanding work based on the contents of the state store.
Will start by running any release work (equivalent to 'ocuroot work continue'), then
any tasks ('ocuroot work tasks'), then sync any intent ('ocuroot state diff | xargs -r -n1 ocuroot state apply'),
finally it will trigger work for other commits ('ocuroot work trigger').
Usage:
ocuroot work any [flags]
Flags:
-l, --logmode Enable log mode when initializing the TUI
continue
Continue outstanding work against the current commit.
Usage:
ocuroot work continue [flags]
Flags:
-l, --logmode Enable log mode when initializing the TUI
tasks
Run scheduled tasks against this commit.
Usage:
ocuroot work tasks
trigger
Trigger outstanding work in the state store.
Usage:
ocuroot work trigger [flags]
Flags:
-d, --dryrun List refs for work that would be triggered
-i, --intent Trigger intents instead of deployments