Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
17
vendor/drupal/console-en/translations/update.execute.yml
vendored
Normal file
17
vendor/drupal/console-en/translations/update.execute.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
Reference in a new issue