refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -1,29 +1,29 @@
---
summary: "CLI reference for `moltbot cron` (schedule and run background jobs)"
summary: "CLI reference for `openclaw cron` (schedule and run background jobs)"
read_when:
- You want scheduled jobs and wakeups
- Youre debugging cron execution and logs
---
# `moltbot cron`
# `openclaw cron`
Manage cron jobs for the Gateway scheduler.
Related:
- Cron jobs: [Cron jobs](/automation/cron-jobs)
Tip: run `moltbot cron --help` for the full command surface.
Tip: run `openclaw cron --help` for the full command surface.
## Common edits
Update delivery settings without changing the message:
```bash
moltbot cron edit <job-id> --deliver --channel telegram --to "123456789"
openclaw cron edit <job-id> --deliver --channel telegram --to "123456789"
```
Disable delivery for an isolated job:
```bash
moltbot cron edit <job-id> --no-deliver
openclaw cron edit <job-id> --no-deliver
```