vv clean
Removes a specific module from your global cache and clears its associated checksums.
vv clean github.com/user/repo
vv clean github.com/user/repo@v1.0.0
Global Cache Maintenance
Running vv clean performs the following cleanup operations:
- Directory Removal: Deletes the module's repository folder within
$VVPATH/.cache. - Checksum Cleanup: Removes all entries for that module from the global
vv.sumfile.
This is useful if you want to force a re-download of a module or free up space in your global cache.