Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / entity.delete.yml
1 description: 'Delete an specific entity'
2 help: 'The <info>entity:delete</info> command helps you delete entities.'
3 arguments:
4   entity-definition-id: 'Entity definition id'
5   entity-id: 'Entity ID to be deleted'
6 options:
7   all: 'Delete all entities of the given type.'
8 questions:
9   entity-type: 'Enter the Entity type'
10   entity-definition-id: 'Enter the  Entity definitin id'
11   entity-id: 'Enter the  Entity ID to be deleted'
12 messages:
13   confirm-delete-all: 'Do you want to delete all entities of type "%s" ("%d")?'
14   deleted: 'Entity "%s" with id "%s" was deleted successfully'
15   deleted-all: 'All entities of type "%s" ("%d") were deleted.'
16 examples:
17   - description: 'Delete entity type content using node id'
18     execution: |
19       drupal entity:delete node 1