drush.services.yml in Default Content Deploy 8
File
drush.services.ymlView source
- services:
- default_content_deploy.commands:
- class: Drupal\default_content_deploy\Commands\DefaultContentDeployCommands
- arguments: ['@default_content_deploy.exporter', '@default_content_deploy.importer', '@default_content_deploy.manager']
- tags:
- - { name: drush.command }