drupal: deleting all content via drush
Submitted by benl on Thu, 06/17/2010 - 18:24
Related Terms :
# in drush 3, "generate content" should be "generate-content", hence --allow-spaces-in-commands=true
# 0 0 means create no new nodes /comments
# --kill=true actually does the delete
drush --allow-spaces-in-commands=true generate content 0 0 --kill=true