Skip to main content

Usage

archal cleanup [options]
Removes old trace files from ~/.archal/traces/ and cleans up any stale processes left by interrupted runs.

Options

FlagDescriptionDefault
--traces <days>Prune traces older than N days
--dry-runShow what would be cleaned up without actually doing itfalse

Examples

# Remove traces older than 30 days
archal cleanup --traces 30

# Preview what would be removed
archal cleanup --traces 7 --dry-run