The migrations seem to be listed in random order. This makes it hard to spot the one you want!
Patch coming.

CommentFileSizeAuthor
#2 2580349.migrate.drush-ms-order.patch332 bytesjoachim
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joachim created an issue. See original summary.

joachim’s picture

Priority: Normal » Minor
Status: Active » Needs review
FileSize
332 bytes
awochna’s picture

Is the order actually random? It seemed to me in all of my migrations are ordered by their dependencies.

Take a look at the function that `drush ms` calls: http://cgit.drupalcode.org/migrate/tree/migrate.module#n22

mikeryan’s picture

Category: Bug report » Support request
Status: Needs review » Postponed (maintainer needs more info)

Again, they are sorted in dependency order, which is the same order that they would be imported with drush mi --all. I think sorting by name would be more confusing. If you're searching for one particular migration in a long list, you can always do drush ms | sort (well, the headers will get mixed in, but you'll find the migration you want...).