prestashop:module
src/PrestaShopBundle/Command/ModuleCommand.php
action
: Action to execute, must be one of: install, uninstall, enable, disable, enableMobile, disableMobile, reset, upgrade, configure, registerHook, unregisterHookmodule name
: Module on which the action will be executedfile path
: YML file path for configuration (optional)hook
: Hook name to use with the registerHook|unregisterHook action (array|optional)This command aims to manage your modules via command line.