Purge all datasets using Apify CLI
with
--purge
you can delete the default dataset. This does not affect the other datasets. Is there a way to purge all datasets using the CLI?2 Replies
Someone will reply to you shortly. In the meantime, this might help:
stormy-gold•3mo ago
judging from the command's help - no, unfortunately. you can use
rm -rf **/storage/datasets/*
though