apify/apify-cli

Support purging of non-default storage (datasets, queues and KVS)

Opened this issue · 1 comments

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.

Perhaps the --purge-* options could take optional globs, e.g. --purge-queue='foo*' ?