You are here

drush.services.yml in Fastly 8.3

File

drush.services.yml
View source
  1. services:
  2. fastly.commands:
  3. class: 'Drupal\fastly\Commands\FastlyCommands'
  4. arguments: ['@fastly.api', '@fastly.cache_tags.hash']
  5. tags:
  6. - { name: drush.command }