Skip to content

Commit de9e8e2

Browse files
committed
minor #17041 [Dotenv] Document the debug command filter (javiereguiluz)
This PR was merged into the 6.2 branch. Discussion ---------- [Dotenv] Document the debug command filter Fixes #17014. Commits ------- d10df4f [Dotenv] Document the debug command filter
2 parents 20eb6c7 + d10df4f commit de9e8e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

configuration.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,13 @@ Use the ``debug:dotenv`` command to understand how Symfony parses the different
847847
ALICE BOB BOB bob
848848
---------- ------- ---------- ------
849849
850+
# look for a specific variable passing its full or partial name as an argument
851+
$ php bin/console debug:dotenv foo
852+
853+
.. versionadded:: 6.2
854+
855+
The option to pass variable names to ``debug:dotenv`` was introduced in Symfony 6.2.
856+
850857
Additionally, and regardless of how you set environment variables, you can see all
851858
environment variables, with their values, referenced in Symfony's container configuration:
852859

0 commit comments

Comments
 (0)