Viewing environment variables

You can use the env:config:show command from the ece-tools package to show a list of variables for the current environment.

php ./vendor/bin/ece-tools env:config:show variables

Sample output for the variables option:

Magento Cloud Environment Variables:
+-----------------------------------+----------------------------------+
| Variable name                     | Value                            |
+-----------------------------------+----------------------------------+
| ADMIN_EMAIL                       | commerceadmin@company.com        |
| ADMIN_PASSWORD                    | 123123q                          |
+-----------------------------------+----------------------------------+

Commerce