Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 08dad70

Browse files
authored
Merge pull request #7868 from magento/ihor-sviziev-patch-1
app:config:dump - Update list of available config types
2 parents c07cf82 + b9a8aa5 commit 08dad70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/config-guide/cli/config-cli-subcommands-config-mgmt-export.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In Magento 2.2 and later [pipeline deployment model]({{ page.baseurl }}/config-g
1313
bin/magento app:config:dump {config-types}
1414
```
1515

16-
_config_types_ is a space-separated list of config types to dump. Available types include `themes` and `scopes`. If no config types are specified, the command dumps all system configuration information.
16+
_config_types_ is a space-separated list of config types to dump. Available types include `scopes`, `system`, `themes`, and `i18n`. If no config types are specified, the command dumps all system configuration information.
1717

1818
The following example dumps scopes and themes only:
1919

0 commit comments

Comments
 (0)