ditto clean¶
Deletes all .ditto/ directories under a path. Shows a preview and asks for
confirmation unless --yes is passed.
Usage¶
Examples¶
# Clean with confirmation prompt
ditto clean
# Clean without confirmation
ditto clean --yes
# Clean a specific directory
ditto clean tests/ci/ --yes
Screenshot¶

Behaviour¶
- Finds all
.ditto/directories under the given path - Shows a preview of what will be deleted
- Asks for confirmation (unless
--yesis passed) - Deletes the directories
Note
ditto clean is local-only and never touches remote snapshots.