optiweb-shopware / plugin-commands
Optiweb Plugin Commands
1.0.2
2021-11-23 09:42 UTC
Requires
- shopware/core: ~6.4.0
This package is not auto-updated.
Last update: 2024-11-06 21:56:42 UTC
README
- Install and activate plugins using one command.
- Update plugins using one command.
Installation
Refresh plugins:
bin/console plugin:refresh
Install and activate Plugin Commands:
bin/console plugin:install PluginCommands -a
New Commands
Install all plugins
bin/console optiweb:install-all-plugins
Plugin order variable You can control plugin order installation by creating variable in main Shopware .env config like this:
OPTIWEB_PLUGIN_INSTALL_ORDER="PluginName1|PluginName2|PluginName3"
Plugins, stated on the list will be installed before rest of the plugins.
Skip plugin variable If you want to skip plugin installation you can create another variable in main Shopware .env config like this:
OPTIWEB_PLUGIN_INSTALL_SKIP="PluginName1|PluginName2|PluginName3"
Update all plugins
bin/console optiweb:update-all-plugins