Skip to content

Instantly share code, notes, and snippets.

@osrecio
Created April 23, 2015 19:31
Show Gist options
  • Save osrecio/ce69536b8b96c34f53c1 to your computer and use it in GitHub Desktop.
Save osrecio/ce69536b8b96c34f53c1 to your computer and use it in GitHub Desktop.
Get Version Magento Command Line
php -r "require 'app/Mage.php'; echo Mage::getVersion();"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment