You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.3/config-guide/cli/config-cli-subcommands-config-mgmt-export.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ In Magento 2.2 and later [pipeline deployment model]({{ page.baseurl }}/config-g
13
13
bin/magento app:config:dump {config-types}
14
14
```
15
15
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.
17
17
18
18
The following example dumps scopes and themes only:
0 commit comments