commands.sh

poetry cache

all

Manage Poetry's cache. See also: `asdf`.

More info →

Examples (3)

Display Poetry's available caches

Remove all packages from a cache (e.g.: PyPI)

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
made by @shridhargupta | data from tldr-pages