prometheusio_exporter-8.x-1.x-dev/drush.services.yml
drush.services.yml
services:
prometheusio_exporter.commands:
class: \Drupal\prometheusio_exporter\Commands\PrometheusExporterCommands
arguments:
- '@prometheusio_exporter.prometheus_bridge'
tags:
- { name: drush.command }
prometheusio_exporter_config.post_config_import_storage_wipe:
class: \Drupal\prometheusio_exporter\Commands\PostConfigImportStorageWipe
arguments:
- '@prometheusio_exporter.prometheus_bridge'
- '@config.factory'
tags:
- { name: drush.command }
