Skip to content

Magento

Michael Woodward edited this page Feb 4, 2017 · 1 revision

Works as a proxy to the Magento bin inside the container

Aliases:
    - mage
    - m

Usage:
    workflow magento cmd

Example:
    workflow magento cache:flush

Under the hood this will run the following command

docker exec -u www-data container-name bin/magento cache:flush
Clone this wiki locally