Skip to content

Commit 6b0c6f2

Browse files
[Debug] Add resolve-env option documentation of debug:config command
1 parent 3e1a5e2 commit 6b0c6f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reference/configuration/debug.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ key in your application configuration.
1616
# displays the actual config values used by your application
1717
$ php bin/console debug:config debug
1818
19+
.. note::
20+
21+
The ``--resolve-env`` option is available with the ``debug:config``
22+
command, which will resolved environment variables when
23+
displaying the configuration values.
24+
1925
.. note::
2026

2127
When using XML, you must use the ``http://symfony.com/schema/dic/debug``

0 commit comments

Comments
 (0)