Skip to content

Commit f9cb7bd

Browse files
authored
Add '--skip-overrides' option to module command
Added options for skipping module overrides in command.
1 parent 2e39e5f commit f9cb7bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

development/components/console/prestashop-module.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ weight: 10
1414
* `action`: Action to execute, must be one of: install, uninstall, enable, disable, reset, upgrade, configure, delete
1515
* `module name`: Module on which the action will be executed
1616
* `file path`: YML file path for configuration __(optional, only used with configure action)__
17+
* Options:
18+
* `--skip-overrides`: prevent the module's override files from being copied to (or removed from) the /override/ directory (since 9.1.1).
1719

1820
## Description
1921

0 commit comments

Comments
 (0)