php bin/console doctrine:migrations:list
Display a list of all available migrations and their status.
Usage
doctrine:migrations:list [--configuration CONFIGURATION] [--em EM] [--conn CONN]
Options
--configuration The path to a migrations configuration file. <comment>[default: any of migrations.{php,xml,json,yml,yaml}]</comment>
--em The name of the entity manager to use.
--conn The name of the connection to use.
Help
The doctrine:migrations:list command outputs a list of all available migrations and their status:
bin/console doctrine:migrations:list