apify / apify-cli

Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.
https://docs.apify.com/cli
122 stars 18 forks source link

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

Open wodow opened 1 month ago

wodow commented 1 month ago

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 1 month ago

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