Symfony 2.5: Dump current config
My favorite new feature in Symfony 2.5: Now you can not only dump the default configuration but also the fully merged current configuration, yeah! The command for this is:
app/console config:debug
Read all about the background here.