Rudel
Features

Rudel's automation layer keeps disposable sandboxes from accumulating forever.

Automation can:

  • run cleanup policy
  • report expired sandboxes
  • report sandboxes close to expiry

Configuration

Automation settings live in Rudel's DB-backed config store.

KeyPurposeDefault
auto_cleanup_enabledRun scheduled cleanup0
auto_cleanup_mergedInclude merged Git branches0
auto_cleanup_expiredInclude expired sandboxes1
expiry_warning_daysWarn when expiry is within N days2

WP-Cron

When enabled, Rudel schedules an hourly WP-Cron event.

wp rudel automation enable
wp rudel automation status

Use manual cleanup for deterministic local or CI runs:

wp rudel cleanup --dry-run
wp rudel cleanup --force

On this page