Zum Inhalt springen

Shopware Workflows

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

For projects on a Shopware profile, mdocker shop wraps the common maintenance tasks. Every shop verb runs inside the project’s shop container via docker compose exec, so the project must be registered and started first.

mdocker shop info
mdocker shop info aurora

shop info prints a snapshot: Shopware version, app-URL drift, mailer configuration, sales channels and installed plugins.

mdocker shop cache
mdocker shop cache aurora # cache:clean + cache:warmup
mdocker shop plugin
mdocker shop plugin list aurora
mdocker shop plugin refresh aurora
mdocker shop plugin install aurora MyPlugin
mdocker shop plugin activate aurora MyPlugin
mdocker shop plugin deactivate aurora MyPlugin
mdocker shop plugin uninstall aurora MyPlugin
mdocker shop plugin update aurora MyPlugin
mdocker shop admin
mdocker shop admin list aurora
mdocker shop admin create aurora
mdocker shop admin reset aurora
mdocker shop build
mdocker shop build aurora storefront # build-storefront.sh
mdocker shop build aurora admin # build-administration.sh
mdocker shop build aurora both
migrations & demo data
mdocker shop migrate aurora # database:migrate + system:update:finish
mdocker shop migrate aurora -y # skip the confirmation
mdocker shop demodata aurora -y # load framework demo data
mdocker shop domain
mdocker shop domain list aurora
mdocker shop domain sync aurora # align channel domains with Traefik labels
mdocker shop domain update aurora
mdocker shop domain remove aurora