We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regolith clean
The regolith clean flags are currently very confusing. There are two flags for cleaning files in the user cache folder:
--user-cache
--filter-cache
filters-cache
project-cache
"use_project_app_data_storage": true
resolver-cache
The names of the flags mismatch the names of the folders and we're missing one flag.
We should change the flags to something that makes more sense.
The text was updated successfully, but these errors were encountered:
As for the resolver cache, there is an option when installing filters to force fetch resolver --force-resolver-refresh
--force-resolver-refresh
Sorry, something went wrong.
No branches or pull requests
The
regolith clean
flags are currently very confusing. There are two flags for cleaning files in the user cache folder:--user-cache
--filter-cache
But there are 3 types of cached files in the user config:
filters-cache
- stores the filters repositoriesproject-cache
- stores the cache files of the projects (if the user decides to put"use_project_app_data_storage": true
in their user configuration.resolver-cache
- stores the repositories with resolvers.The names of the flags mismatch the names of the folders and we're missing one flag.
--user-cache
cleansproject-cache
--filter-cache
cleansfilters-cache
(this is almost correct but the user of plural form is inconsistent)resolver-cache
.We should change the flags to something that makes more sense.
The text was updated successfully, but these errors were encountered: