Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / update.execute.yml
index 5e2a708f7a2a6292581fde6c9dd375af6f074ee9..590a12153ca536238042ac34ec9bb76f180a558b 100644 (file)
@@ -1,8 +1,17 @@
 description: 'Execute a specific Update N function in a module, or execute all'
-options:
-    update-n: 'Specific Update N function to be executed'
+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-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