When running command console doctrine:cache:clear-metadata with latest Doctrine (doctrine/orm:2.9.0) you get the following error (In MetadataCommand.php line 68):
No Metadata cache driver is configured on given EntityManager.
Command was working fine with previous version (doctrine/orm:2.8.X)