QuestionQ7

Cloud CLI Tool

Which command can be used to show a complete list of enabled and disabled Magento modules?

  • A bin/magento module:all
  • B bin/magento module:status
  • C bin/magento module:show
Explanation

The bin/magento module:status command lists enabled and disabled modules. Its optional --enabled and --disabled flags filter the output to only one status, so running it without either flag provides the complete status list.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!