feat: format cron list output

This commit is contained in:
Peter Steinberger
2026-01-08 01:16:50 +01:00
parent bbf45a0264
commit 6b3ed40d0f
3 changed files with 142 additions and 2 deletions

View File

@@ -502,7 +502,7 @@ Manage scheduled jobs (Gateway RPC). See [/automation/cron-jobs](/automation/cro
Subcommands:
- `cron status [--json]`
- `cron list [--all] [--json]`
- `cron list [--all] [--json]` (table output by default; use `--json` for raw)
- `cron add` (alias: `create`; requires `--name` and exactly one of `--at` | `--every` | `--cron`, and exactly one payload of `--system-event` | `--message`)
- `cron edit <id>` (patch fields)
- `cron rm <id>` (aliases: `remove`, `delete`)