We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77804f9 commit d10df4fCopy full SHA for d10df4f
configuration.rst
@@ -847,6 +847,13 @@ Use the ``debug:dotenv`` command to understand how Symfony parses the different
847
ALICE BOB BOB bob
848
---------- ------- ---------- ------
849
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
857
Additionally, and regardless of how you set environment variables, you can see all
858
environment variables, with their values, referenced in Symfony's container configuration:
859
0 commit comments