Closed (duplicate)
Project:
Drush
Version:
All-versions-4.x-dev
Component:
PM (dl, en, up ...)
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 May 2013 at 10:45 UTC
Updated:
21 May 2013 at 15:50 UTC
It would make life easier if you could just pm-uninstall a group of modules at once, and have dependencies recursively removed as you do with pm-disable.
$ drush pm-uninstall commerce
To uninstall commerce, the following modules must be uninstalled first: commerce_ui, commerce_customer, commerce_price, commerce_line_item, commerce_order,
commerce_checkout, commerce_product, commerce_product_reference, commerce_product_pricing, commerce_cart, commerce_credits, commerce_credits_ui, commerce_customer_ui,
commerce_line_item_ui, commerce_order_ui, commerce_payment, commerce_payment_example, commerce_payment_ui, commerce_paypal, commerce_paypal_wps,
commerce_product_pricing_ui, commerce_reports, commerce_tax, commerce_reports_tax, commerce_tax_ui
There were no modules that could be uninstalled.It would make much more sense if all of those got uninstalled at the same time, wouldn't it?
Comments
Comment #1
greg.1.anderson commentedDuplicate of #1990576: Add ability to disable and uninstall a module in one step.