magento
A CLI for managing the Magento PHP framework.
- Enable one or more space-separated modules:
magento module:enable {module(s)}
- Disable one or more space-separated modules:
magento module:disable {module(s)}
- Update the database after enabling modules:
magento setup:upgrade
- Update code and dependency injection configuration:
magento setup:di:compile
magento setup:static-content:deploy
magento maintenance:enable
- Disable maintenance mode:
magento maintenance:disable
- List all available commands:
magento list
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).