Skip to content

Commit ab8658c

Browse files
committed
minor #17029 [Debug] Add resolve-env option documentation of debug:config command (alexandre-daubois)
This PR was merged into the 6.2 branch. Discussion ---------- [Debug] Add `resolve-env` option documentation of `debug:config` command Resolves #17028 Commits ------- 6b0c6f2 [Debug] Add `resolve-env` option documentation of `debug:config` command
2 parents 7b2edfc + 6b0c6f2 commit ab8658c

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)