File tree 1 file changed +6
-2
lines changed 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -718,8 +718,8 @@ you can encrypt the value using the :doc:`secrets management system </configurat
718
718
Listing Environment Variables
719
719
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
720
720
721
- To understand how environment variables are set by the Dotenv component parsing various
722
- files, you can run the following command :
721
+ Use the `` debug:dotenv `` command to understand how Symfony parses the different
722
+ `` .env `` files to set the value of each environment variable :
723
723
724
724
.. code-block :: terminal
725
725
@@ -747,6 +747,10 @@ files, you can run the following command:
747
747
ALICE BOB BOB bob
748
748
---------- ------- ---------- ------
749
749
750
+ .. versionadded :: 5.4
751
+
752
+ The ``debug:dotenv `` command was introduced in Symfony 5.4.
753
+
750
754
Additionally, and regardless of how you set environment variables, you can see all
751
755
environment variables, with their values, referenced in Symfony's container configuration:
752
756
You can’t perform that action at this time.
0 commit comments