Skip to content

Commit 478cfea

Browse files
authored
Update README.md
1 parent f4dcc08 commit 478cfea

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ Running the command will generate a file `config.xml` inside of `var/config/` fo
88
create it, otherwise it will append/modify values to the XML structure.
99

1010
Command:
11-
`bin/magento config:data:export _scopes_ _paths_`
11+
`bin/magento config:data:export scopes paths`
12+
13+
Example:
14+
`bin/magento config:data:export default,stores trans_email/*/email`
15+
16+
Arguments:
17+
- `scopes`: Scopes for which you want to export values for. CSV values are allowed. Options: all|default|websites|stores
18+
- `paths`: Path(s) that you want to export. Wildcard support as asterisk for second and third section of the path (*) - partial wildcard is not supported (eg. trans_email/*_general/email)

0 commit comments

Comments
 (0)