2025-12-16 10:20:31 -07:00
|
|
|
# poetry cache
|
|
|
|
|
|
|
|
|
|
> Manage Poetry's cache.
|
|
|
|
|
> See also: `asdf`.
|
|
|
|
|
> More information: <https://python-poetry.org/docs/cli/#cache>.
|
|
|
|
|
|
|
|
|
|
- Display Poetry's available caches:
|
|
|
|
|
|
|
|
|
|
`poetry cache list`
|
|
|
|
|
|
2026-07-08 16:22:34 -06:00
|
|
|
- Remove all packages from a cache (e.g. PyPI):
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
`poetry cache clear PyPI --all`
|
|
|
|
|
|
|
|
|
|
- Remove a specific package from a cache (Note: must be in format `cache:package:version`):
|
|
|
|
|
|
|
|
|
|
`poetry cache clear {{pypi}}:{{requests}}:{{2.24.0}}`
|