drush migrate-mappingsfor drush 7x


View information on all field mappings in a migration.

drush migrate-mappings

migrate-mappings is a Drush command from the migrate project.

migrate
  • Aliases


    migrate-mappings has 1 alias/es:


    drush mm

  • Arguments


    migrate-mappings accepts 1 argument/s:


    migration : Name of the migration

  • Options


    migrate-mappings accepts 4 option/s:


    --all : Process all migrations that come after the specified migration. If no value is supplied, all migrations are processed.

    --group : Name of the migration group to run

    --csv : Export information as a CSV

    --full : Include more information on each mapping

  • Examples


    Show mappings for the MyNode migration

    migrate-mappings MyNode

    Export full mapping information in CSV format

    migrate-mappings MyNode --csv --full

  • Comments


    comments powered by Disqus