Command Line Tools
wheels packages registry refresh
Removes ~/.wheels/cache/packages/ entirely. The next registry-touching command repopulates it.
Synopsis
Section titled “Synopsis”wheels packages registry refreshWhen to use
Section titled “When to use”- A package was just published and the 24h cache is serving stale data.
- Debugging an install problem and you want to rule out cache corruption.
- You changed
WHEELS_PACKAGES_REGISTRYand want to discard the old registry's cache.
Example
Section titled “Example”$ wheels packages registry refreshCache cleared. Next `wheels packages list` will re-fetch from the registry.