diff --git a/README.md b/README.md index 38a0b06f..9be0e297 100644 --- a/README.md +++ b/README.md @@ -970,6 +970,8 @@ Creates an empty module and registers it in current Magento shop. n98-magerun2.phar dev:module:create [-m|--minimal] [--add-blocks] [--add-helpers] [--add-models] [--add-setup] [--add-all] [-e|--enable] [--modman] [--add-readme] [--add-composer] [--add-strict-types] [--author-name [AUTHOR-NAME]] [--author-email [AUTHOR-EMAIL]] [--description [DESCRIPTION]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [--root-dir [ROOT-DIR]] [--skip-config] [--skip-root-check] [--skip-core-commands [SKIP-CORE-COMMANDS]] [--skip-magento-compatibility-check] [--] ``` +--- + ### Detect Composer Dependencies in Module The source code of one or more modules can be scanned for dependencies. @@ -978,6 +980,10 @@ The source code of one or more modules can be scanned for dependencies. n98-magerun2.phar dev:module:detect-composer-dependencies [--only-missing] ``` +--- + +### Translations + The `--only-missing` option will filter the output so that only the missing dependencies are listed. Enable/disable inline translation feature for Magento Admin: @@ -1004,6 +1010,22 @@ Export inline translations n98-magerun2.phar dev:translate:export [--store=] ``` +--- + +### DI + +List Preferences: + +```sh +n98-magerun2.phar dev:di:preferece:list [--format [FORMAT]] [] +``` + +`area` is one of [global, adminhtml, frontend, crontab, webapi_rest, webapi_soap, graphql, doc, admin] + +Format can be `csv`, `json`, `xml` or `yaml`. + +--- + ### List modules ```sh