8000 config:dump-reference now accepts config subpaths · symfony/symfony-docs@a50ccef · GitHub
[go: up one dir, main page]

Skip to content

Commit a50ccef

Browse files
committed
config:dump-reference now accepts config subpaths
1 parent c45a7f2 commit a50ccef

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bundles/installation.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,21 @@ The output will look like this:
133133
node_paths: []
134134
# ...
135135
136+
.. tip::
137+
138+
For complex bundles that define lots of configuration options, you can pass
139+
a second optional argument to the ``config:dump-reference`` command to only
140+
display a section of the entire configuration:
141+
142+
.. code-block:: terminal
143+
144+
$ bin/console config:dump-reference AsseticBundle use_controller
145+
146+
# Default configuration for "AsseticBundle" at path "use_controller"
147+
use_controller:
148+
enabled: '%kernel.debug%'
149+
profiler: false
150+
136151
Other Setup
137152
-----------
138153

0 commit comments

Comments
 (0)
0