We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4286d commit f4dcc08Copy full SHA for f4dcc08
README.md
@@ -1,12 +1,11 @@
1
-# RocketWeb Config (Export)
+## RocketWeb Config (Export)
2
3
This module is a simple tool to export specific sections of configuration into config.xml file to make it VCS
4
transferable without locking them by using app/etc/config.php or app/etc/env.php
5
6
## Usage
7
-Running the command will generate a file config.xml inside of var/config/ folder. If file doesn't exist, it will
+Running the command will generate a file `config.xml` inside of `var/config/` folder. If file doesn't exist, it will
8
create it, otherwise it will append/modify values to the XML structure.
9
10
-
11
12
-> bin/magento config:data:export _scopes_ _paths_
+Command:
+`bin/magento config:data:export _scopes_ _paths_`
0 commit comments