You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
Problem
Currently, the only way to clear all cache is to list all caches with poetry cache list first, then do poetry cache clear <cache> --all for each cache. There is no convenient way to clear all caches directly.
Solution
Please support poetry cache clear-all subcommand to clear all poetry caches with a single command. This is especially useful for building docker images.
The text was updated successfully, but these errors were encountered:
Feature Request
Problem
Currently, the only way to clear all cache is to list all caches with
poetry cache list
first, then dopoetry cache clear <cache> --all
for each cache. There is no convenient way to clear all caches directly.Solution
Please support
poetry cache clear-all
subcommand to clear all poetry caches with a single command. This is especially useful for building docker images.The text was updated successfully, but these errors were encountered: