prestashop:modulesrc/PrestaShopBundle/Command/ModuleCommand.phpaction: Action to execute, must be one of: install, uninstall, enable, disable, reset, upgrade, configure, deletemodule name: Module on which the action will be executedfile path: YML file path for configuration (optional, only used with configure action)--skip-overrides: prevent the module’s override files from being copied to (or removed from) the /override/ directory (since 9.1.1).This command aims to manage your modules via command line.