services: console.entity_debug: class: Drupal\Console\Command\Entity\DebugCommand arguments: ['@entity_type.repository', '@entity_type.manager'] tags: - { name: drupal.command } console.entity_delete: class: Drupal\Console\Command\Entity\DeleteCommand arguments: ['@entity_type.repository', '@entity_type.manager'] tags: - { name: drupal.command }