Features
Cleanup removes sandboxes that are no longer needed.
wp rudel cleanup --dry-runUse --dry-run first to see what would be removed.
wp rudel cleanup --forceExpired sandboxes
Sandboxes with an expires_at timestamp in the past are cleanup candidates.
wp rudel cleanup --expired --dry-runMerged sandboxes
When Git metadata indicates a sandbox branch has already been merged, Rudel can include it in cleanup.
wp rudel cleanup --merged --dry-runProtected sandboxes
Protected sandboxes are skipped unless the operator passes --force.
Cleanup drops cloned tables, removes managed files, cleans worktree records, and deletes the Rudel environment record.