scheduled-script Card

Scheduled Script Cards

Scheduled scripts define commands to run on a schedule. They live in _config/schedules/.

Schedule Types (mutually exclusive)

Frontmatter Fields

Guidelines

Templates

scheduled-script

A scheduled script card — declarative scheduling for commands

bbx create <path>.scheduled-script.card -t scheduled-script

Template: scheduled-script Description: A scheduled script card — declarative scheduling for commands Card types: scheduled-script

Arguments: runs: The command to execute description (optional): Human-readable summary of what this schedule does cron (optional): Cron expression (e.g., 0 6 * * *) at (optional): ISO datetime for one-shot execution rrule (optional): iCalendar RRULE string notBefore (optional): Minimum interval since last run (e.g., '5m', '1h') onWakeup (optional): Also run during bbx wakeup once (optional): Delete after successful execution source (optional): Why this schedule exists lock-group (optional): Named concurrency group