commands.sh

zeroclaw cron

all

Manage scheduled tasks for ZeroClaw.

More info →

Options (1)

-h, --helpboolean

Display help

Example: zeroclaw cron {{[-h|--help]}}

Examples (7)

List all scheduled tasks

Add a new scheduled task with a cron expression

zeroclaw cron add "* * * * *" "command"

Add a one-shot delayed task

zeroclaw cron once 30m|1h|1d|... "command"

Remove a scheduled task

zeroclaw cron remove task_id

Pause a scheduled task

zeroclaw cron pause task_id

Resume a paused task

Display help

zeroclaw cron [-h|--help]
made by @shridhargupta | data from tldr-pages