Problem
tart prune deletes matching caches or VMs immediately. There’s no way to preview what will be removed.
Proposal
Add --dry-run:
tart prune --entries caches --older-than 7 --dry-run
It should use the same selection logic, make no changes, and show matching entries plus total estimated space reclaimed.
Motivation
Pruning has previously selected more data than intended (#271, #549). A preview would help users verify destructive cleanup before running it.
Problem
tart prunedeletes matching caches or VMs immediately. There’s no way to preview what will be removed.Proposal
Add
--dry-run:tart prune --entries caches --older-than 7 --dry-runIt should use the same selection logic, make no changes, and show matching entries plus total estimated space reclaimed.
Motivation
Pruning has previously selected more data than intended (#271, #549). A preview would help users verify destructive cleanup before running it.