Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alash3al/4671c476823f97b4d1f664d5a236236e to your computer and use it in GitHub Desktop.
Save alash3al/4671c476823f97b4d1f664d5a236236e to your computer and use it in GitHub Desktop.
How to automatically download patches and release of Magento
1) First you need to generate download token. Login to your account on magento.com and generate it in Account Settings->Downloads Access Token
2) You will need your MAGEID as well. It is shown at the top-left in your account page.
3) curl -k https://MAGEID:TOKEN@www.magentocommerce.com/products/downloads/info/help
4) Profit!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment