Open
Description
Hello firegento! I am trying to use your awesome module in a multistore context. I have several websites, each having own stores and storeviews. Each store is supposed to be used in a different country. I need therefore to run Source/bin/magento magesetup:setup:run
with different parameters depending on the store. For example:
A website example.com
has a German store (example_de) and a UK store (example_uk). How would I apply magesetup:setup:run de
to example_de
and magesetup:setup:run gb
to example_uk
?
Activity