php bin/console doctrine:migrations:status

View the status of a set of migrations.

Usage

doctrine:migrations:status [--show-versions] [--configuration [CONFIGURATION]] [--db-configuration [DB-CONFIGURATION]] [--db DB] [--em EM] [--shard SHARD]

Options

      --show-versions      This will display a list of all available migrations and their status 
      --configuration      The path to a migrations configuration file. 
      --db-configuration   The path to a database connection configuration file. 
      --db                 The database connection to use for this command. 
      --em                 The entity manager to use for this command. 
      --shard              The shard connection to use for this command. 

Help

The doctrine:migrations:status command outputs the status of a set of migrations:

    bin/console doctrine:migrations:status

You can output a list of all available migrations and their status with --show-versions:

    bin/console doctrine:migrations:status --show-versions