If you extend from ContainerAwareCommand
you should be able to get your service
$this->getContainer()->get('doctrine');
Here is similar question
If you extend from ContainerAwareCommand
you should be able to get your service
$this->getContainer()->get('doctrine');
Here is similar question