magento / magento/community-features
CLI command to disable module output
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 46
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked disable-module-output documentation and the current backend module config.xml and config.php process. Trace how configuration is exported and where CLI commands are registered before defining the command's handling of module arguments. Done means the command can accept a list of modules and disable their output without manual configuration edits.
Written by the indexing model from the issue text.
Assessment
- Domain
- backend, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100