File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 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
718718Listing Environment Variables
719719~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
720720
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 :
723723
724724.. code-block :: terminal
725725
@@ -747,6 +747,10 @@ files, you can run the following command:
747747 ALICE BOB BOB bob
748748 ---------- ------- ---------- ------
749749
750+ .. versionadded :: 5.4
751+
752+ The ``debug:dotenv `` command was introduced in Symfony 5.4.
753+
750754Additionally, and regardless of how you set environment variables, you can see all
751755environment variables, with their values, referenced in Symfony's container configuration:
752756
You can’t perform that action at this time.
0 commit comments