magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

CLI command to disable module output #96

Open misha-kotov opened 5 years ago

misha-kotov commented 5 years ago

As a Magento developer, I want to disable module output via CLI command so that the process is simple and straightforward for technical users.

Current process it outlined here: https://devdocs.magento.com/guides/v2.2/config-guide/config/disable-module-output.html It involved editing backend module's config.xml and exporting the config, or editing config.php directly.

It would be easier to do with w CLI command that accepts a list of modules as arguments, like disable-module-output Magento_Review Magento_ReviewAnalytics