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
The --purge-* options on the CLI only purge the default storage directories (e.g. storage/key_value_stores/default/).
--purge-*
storage/key_value_stores/default/
It would be useful if the CLI could also purge non-default storage directories if in use.
The text was updated successfully, but these errors were encountered:
Perhaps the --purge-* options could take optional globs, e.g. --purge-queue='foo*' ?
--purge-queue='foo*'
Sorry, something went wrong.
No branches or pull requests
The
--purge-*
options on the CLI only purge the default storage directories (e.g.storage/key_value_stores/default/
).It would be useful if the CLI could also purge non-default storage directories if in use.
The text was updated successfully, but these errors were encountered: