Last active
July 22, 2017 10:40
-
-
Save lmeyer/7150d15a9da40fd68b0a07c4c02cdd9b to your computer and use it in GitHub Desktop.
Magento 2 commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php bin/magento module:status | |
php bin/magento module:enable Hdco_CatalogSearch | |
php bin/magento setup:upgrade | |
php bin/magento setup:di:compile | |
find pub/static -name js-translation.json -exec rm -rf {} \; | |
php bin/magento setup:static-content:deploy en_US fr_FR | |
php bin/magento cache:clean | |
php bin/magento indexer:reindex | |
php bin/magento deploy:mode:show | |
php bin/magento deploy:mode:set production | |
php bin/magento deploy:mode:set developer | |
php bin/magento import:job:run 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment