
magento
List of commands for magento:
-
magento:tldr:548c2 magento: Update the database after enabling modules.$ magento setup:upgradetry on your machineexplain this command
-
magento:tldr:6e1b0 magento: Deploy static assets.$ magento setup:static-content:deploytry on your machineexplain this command
-
magento:tldr:7b3b3 magento: Update code and dependency injection configuration.$ magento setup:di:compiletry on your machineexplain this command
-
magento:tldr:823fe magento: List all available commands.$ magento listtry on your machineexplain this command
-
magento:tldr:c47b4 magento: Disable one or more space-separated modules.$ magento module:disable ${module(s)}try on your machineexplain this command
-
magento:tldr:dab7c magento: Enable one or more space-separated modules.$ magento module:enable ${module(s)}try on your machineexplain this command
-
magento:tldr:f6317 magento: Enable maintenance mode.$ magento maintenance:enabletry on your machineexplain this command
-
magento:tldr:fd3fb magento: Disable maintenance mode.$ magento maintenance:disabletry on your machineexplain this command