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

Updated command app:config:dump documentation #1829

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ functional_areas:

In Magento 2.2 and later [pipeline deployment model]({{ page.baseurl}}/config-guide/deployment/pipeline/), you can maintain a consistent configuration across systems. After you configure settings in the Magento Admin on your development system, export those settings to configuration files using the following command:

bin/magento app:config:dump
bin/magento app:config:dump {config-types}

Where:
- space-separated list of config types or omit to dump all. Example: `bin/magento app:config:dump scopes themes etc`


As a result of the command execution, the following configuration files are updated:

Expand Down