System Grab Bag

View all TLDR pages from common (or from all pages)

magento

Manage the Magento PHP framework. More information: https://magento.com.
  • 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
  • Deploy static assets:
    magento setup:static-content:deploy
  • Enable maintenance mode:
    magento maintenance:enable
  • Disable maintenance mode:
    magento maintenance:disable
  • List all available commands:
    magento list

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.