File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments