Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / update.execute.yml
1 description: 'Execute a specific Update N function in a module, or execute all'
2 arguments:
3   module: 'Module name'
4   update-n: 'Specific Update N function to be executed'
5 messages:
6   no-module-updates: 'There aren''t updates available for module "%s"'
7   executing-update: 'Executing update function "%s" of module "%s"'
8   module-update-function-not-found: 'Module "%s" doesn''t have a function update for "%s"'
9   executing-required-previous-updates: 'Executing required previous updates'
10   no-pending-updates: 'There aren''t updates available'
11 examples:
12   - description: 'Execute all updates'
13     execution: |
14       drupal update:execute
15   - description: 'Execute updates for system module'
16     execution: |
17       drupal update:execute system