Last Updated On June 26, 2019
This is helpful feature for administrator.
We create command allow run command for each instances
php app/console mautic:multiple:run --command="your command"
Examples
php app/console mautic:multiple:run --command="mautic:iplookup:download"
php app/console mautic:multiple:run --command="doctrine:schema:update --dump-sql"
php app/console mautic:multiple:run --command="cache:clear --no-warmup"