magento / magento/community-features

CLI command to disable module output

Open
#96 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Priority: P4
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.