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.
If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).
OS version and name: Windows 10 (probably for other platforms too)
Poetry version: 1.1.12
Issue
When running poetry cache clear -n FEED_NAME --all (note the -n flag) it doesn't clear the cache
Expected : When -n is specified, the clearing of the cache should be executed, not skipped.
Workaround : echo yes | poetry cache clear --all FEED_NAME
(Thanks for maintaining this tool 😃)
The text was updated successfully, but these errors were encountered:
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Windows 10 (probably for other platforms too)
Poetry version: 1.1.12
Issue
When running
poetry cache clear -n FEED_NAME --all
(note the-n
flag) it doesn't clear the cacheExpected : When
-n
is specified, the clearing of the cache should be executed, not skipped.Workaround :
echo yes | poetry cache clear --all FEED_NAME
(Thanks for maintaining this tool 😃)
The text was updated successfully, but these errors were encountered: