farm-2.x-dev/modules/core/migrate/drush.services.yml
modules/core/migrate/drush.services.yml
services:
farm_migrate.commands:
class: Drupal\farm_migrate\Commands\FarmMigrateCommands
arguments: ['@plugin.manager.migration', '@date.formatter', '@entity_type.manager', '@keyvalue']
tags:
- { name: drush.command }
