contentserialize-8.x-1.x-dev/drush.services.yml
drush.services.yml
services:
contentserialize.cli.commands:
class: \Drupal\contentserialize\Commands\ContentSerializeCommands
arguments:
- '@contentserialize.cli.options_provider'
- '@entity_type.manager'
- '@entity_type.bundle.info'
- '@bulkentity.loader'
- '@contentserialize.importer'
- '@contentserialize.exporter'
tags:
- { name: drush.command }
