This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/vendor/drupal/console-en/translations/update.execute.yml
2018-11-23 12:29:20 +00:00

17 lines
743 B
YAML

description: 'Execute a specific Update N function in a module, or execute all'
arguments:
module: 'Module name'
update-n: 'Specific Update N function to be executed'
messages:
no-module-updates: 'There aren''t updates available for module "%s"'
executing-update: 'Executing update function "%s" of module "%s"'
module-update-function-not-found: 'Module "%s" doesn''t have a function update for "%s"'
executing-required-previous-updates: 'Executing required previous updates'
no-pending-updates: 'There aren''t updates available'
examples:
- description: 'Execute all updates'
execution: |
drupal update:execute
- description: 'Execute updates for system module'
execution: |
drupal update:execute system