I want to use some features of Doctrine 2 command line interface that Symfony 2 does not enable on app/console.
How can I do that?
Your best bet would be to add a new Command to your Symfony2 console. http://symfony.com/doc/2.0/components/console.html
But which Doctrine cli feature is missing?