Skip to content

Commit edd706f

Browse files
committed
Reword
1 parent ab8658c commit edd706f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

reference/configuration/debug.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ key in your application configuration.
1111
.. code-block:: terminal
1212
1313
# displays the default config values defined by Symfony
14-
$ php bin/console config:dump-reference debug
14+
$ php bin/console config:dump-reference framework
1515
1616
# displays the actual config values used by your application
17-
$ php bin/console debug:config debug
17+
$ php bin/console debug:config framework
1818
19-
.. note::
19+
# displays the config values used by your application and replaces the
20+
# environment variables with their actual values
21+
$ php bin/console debug:config --resolve-env framework
22+
23+
.. versionadded:: 6.2
2024

21-
The ``--resolve-env`` option is available with the ``debug:config``
22-
command, which will resolved environment variables when
23-
displaying the configuration values.
25+
The ``--resolve-env`` option was introduced in Symfony 6.2.
2426

2527
.. note::
2628

0 commit comments

Comments
 (0)