This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/cron.execute.yml
2018-11-23 12:29:20 +00:00

15 lines
597 B
YAML

description: 'Execute cron implementations by module or execute all crons'
messages:
module-invalid: 'Module "%s" doesn''t have an implementation of cron'
executing-cron: 'Executing cron function of module "%s"'
success: 'All cron implementations requested were executed successfully'
lock: 'Attempting to re-run cron while it is already running'
examples:
- description: 'Execute the cron globally'
execution: |
drupal cron:execute
- description: 'Execute the cron on the specified module'
execution: |
drupal cron:execute \
<module>