optiweb-shopware / plugin-commands
Optiweb 插件命令
1.0.2
2021-11-23 09:42 UTC
Requires
- shopware/core: ~6.4.0
This package is not auto-updated.
Last update: 2024-09-25 21:27:40 UTC
README
- 使用单个命令安装和激活插件。
- 使用单个命令更新插件。
安装
刷新插件
bin/console plugin:refresh
安装并激活插件命令
bin/console plugin:install PluginCommands -a
新命令
安装所有插件
bin/console optiweb:install-all-plugins
插件顺序变量 您可以通过在主 Shopware .env 配置中创建变量来控制插件顺序安装,如下所示
OPTIWEB_PLUGIN_INSTALL_ORDER="PluginName1|PluginName2|PluginName3"
列表中声明的插件将先于其他插件安装。
跳过插件变量 如果您想跳过插件安装,可以在主 Shopware .env 配置中创建另一个变量,如下所示
OPTIWEB_PLUGIN_INSTALL_SKIP="PluginName1|PluginName2|PluginName3"
更新所有插件
bin/console optiweb:update-all-plugins