Options (1)
-v, --verbosebooleanClean cache with verbose output
Example:
uv cache clean {{[-v|--verbose]}}Examples (7)
Clean the entire cache (removes all cached packages and environments)
uv cache cleanClean the cache for specific packages
uv cache clean package1 package2 ...Prune all unreachable objects from the cache
uv cache prunePrune cache optimized for CI environments like GitHub Actions
uv cache prune --ciUse a specific cache directory
uv cache clean --cache-dir path/to/cacheClean cache with verbose output
uv cache clean [-v|--verbose]made by @shridhargupta | data from tldr-pages