Friday, March 24, 2017

Magento 2 Useful Commands List

Useful Magento 2 Commands via SSH / CMD,CLI commands for Magento 2
Setup Upgrade Using Command Line
php bin/magento setup:upgrade

Compiler Using Command Line
php bin/magento setup:di:compile

Static Content Deploy Using Command Line
php bin/magento setup:static-content:deploy

Cache Clean Using Command Line
php bin/magento cache:clean



Cache Flush Using Command Line
php bin/magento cache:flush

Reindexing Using Command Line
php bin/magento indexer:reindex