-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update:execute] Fix messages. (#135)
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,17 @@ | ||
description: 'Execute a specific Update N function in a module, or execute all' | ||
options: | ||
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: 'Update all entities' | ||
- description: 'Execute all updates' | ||
execution: | | ||
drupal update:execute | ||
- description: 'Execute updates for system module' | ||
execution: | | ||
drupal update:execute system |