optiweb-shopware/plugin-commands

Optiweb Plugin Commands

Installs: 103

Dependents: 0

Suggesters: 0

Security: 0

Type:shopware-platform-plugin

1.0.2 2021-11-23 09:42 UTC

This package is not auto-updated.

Last update: 2024-05-08 19:37:13 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