Without this files inclusion, the migrate commands do now show up when typing. Having this ability is very helpful to learn using the module.
$ drush | grep migrate
All commands in migrate: (migrate)
migrate-audit (ma) View information on problems in a migration.
migrate-deregister Remove all tracking of a migration
migrate-fields-desti List the fields available for mapping in a destination.
migrate-fields-sourc List the fields available for mapping from a source.
migrate-import (mi) Perform one or more migration processes
migrate-mappings View information on all field mappings in a migration.
migrate-reset-status Reset a active migration's status to idle
migrate-rollback Roll back the destination objects from a given migration
migrate-status (ms) List all migrations with current status.
migrate-stop (mst) Stop an active migration operation
migrate-wipe (mw) Delete all nodes from specified content types.
Thx!
Comments
Comment #1
moshe weitzman commentedThe files[] element is only there for the class registry of Drupal. I don't think it matters to Drush command listing at all. If someone can reproduce this. please change the status back to active.
Comment #2
mikeryanLikewise, I see no problem as it is (with different levels of Drush 5 in different environments). What version of drush are you using?
Comment #3
mikeryanComment #4
langworthy commentedI just experienced the loss of my migrate drush commands.
drush cc allbrought them back.