start
Start long-running processes.
Usage:
ocuroot start [command]
Available Commands:
worker Start a worker that polls for new commits
Use "ocuroot start [command] --help" for more information about a command.
Subcommands
worker
Start a worker that polls a git repository for new commits and processes them.
Usage:
ocuroot start worker [flags]
Flags:
--branch string Branch to poll, in dev mode defaults to the currently checked out branch
--dev Use current directory as repository. Will monitor for commits (every 1s) and release based on changed files. Should not be used in production.
--interval duration Polling interval (e.g., 30s, 1m, 5m). Ignored in dev mode. (default 1m0s)