Support purging of non-default storage (datasets, queues and KVS)
Opened this issue · 1 comments
wodow commented
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.
wodow commented
Perhaps the --purge-*
options could take optional globs, e.g. --purge-queue='foo*'
?