LinuxCommandLibrary

poetry-cache

Manage Poetry's package download cache

TLDR

Show cache directory path

$ poetry cache list
copy
Clear cache for specific package
$ poetry cache clear [cache_name] --all
copy
Clear PyPI cache
$ poetry cache clear pypi --all
copy

SYNOPSIS

poetry cache command [options]

DESCRIPTION

poetry cache manages Poetry's package cache. Poetry caches downloaded packages to speed up subsequent installations. Use this to view cache contents or clear space.

PARAMETERS

list

Show cached packages per repository.
clear cache
Clear a specific cache.
--all
Clear all entries in cache.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community