Skip to content

Instantly share code, notes, and snippets.

@ajt2
Created February 7, 2018 20:14
Show Gist options
  • Save ajt2/7eec8619696d3544f87b309dcc32fed7 to your computer and use it in GitHub Desktop.
Save ajt2/7eec8619696d3544f87b309dcc32fed7 to your computer and use it in GitHub Desktop.
alias mcc='php -f bin/magento cache:clean'
alias msu='php -f bin/magento setup:upgrade'
alias mdc='php -f bin/magento setup:di:compile'
alias mir='php -f bin/magento indexer:reindex'
alias mme='php -f bin/magento module:enable'
alias mmd='php -f bin/magento module:disable'
alias mms='php -f bin/magento module:status'
alias mage='php -f bin/magento'
alias mup='mcc && msu && mdc'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment