This repository was archived by the owner on Nov 19, 2024. It is now read-only.
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Document app:config:dump config-types argument #2103
Closed
Description
This issue is a:
- [ x ] Other (documentation update)
In EngComm PR-12410, contributor @jalogut added the ability to limit the scope of the magento app:config:dump
command.
The syntax is now
app:config:dump [<config-types>]
where is a space-separated list of config types [scopes, system, themes, i18n]. If no values are specified, the command dumps all information
The contribution was ported to 2.3
Expected result:
The new argument is documented.