Closed (won't fix)
Project:
Drush
Version:
8.x-6.x-dev
Component:
Core Commands
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 May 2013 at 18:05 UTC
Updated:
19 Aug 2013 at 02:12 UTC
It would be nice to be able to delete multiple variables with a single command. I could see several ways to approach it:
For explicit lists:
drush vdel --exact node_options_page node_preview_page node_submitted_pageFor pattern matches:
--all flag (or similar), e.g., drush vdel --all cron_
Comments
Comment #1
moshe weitzman commentedvarable_* commands are gone with Drupal 8. Since Drupal never provided multiple support for variables, I'm fine with omitting it for Drush.