Closed
Description
Checking out the demo on 3.2 and running debug:container --parameter "env(DATABASE_URL)"
gives the following:
Running debug:config --parameters
works but display the default value of the parameter, which is not enough imho.
I hope #20618 helps to display the actual value of env parameters in both debug:container
and debug:config
, meanwhile I'm not sure how this should be fixed since displaying the placeholder as value would not really make sense here (i.e. env(database_url)
: env(database_url), nor giving the default value which would be more misleading than helpful imho.