steffen-wirth
8/8/2018 - 9:34 AM

shopware update by shell

#unzip latest zip in folder
unzip -d /destination/folder/ $file -q
## start update process
php recovery/update/index.php --no-interaction --quiet && rm -r update-assets/
## clean all caches
php bin/console sw:cache:clear

##plugin install on cli
php bin/console sw:plugin:refresh;
php bin/console sw:plugin:install --activate Pluginname;
## clean all caches
php bin/console sw:cache:clear