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/self-update.yml
2018-11-23 12:29:20 +00:00

21 lines
862 B
YAML

description: 'Update project to the latest version.'
help: 'Update project to the latest version.'
options:
major: 'Update to a new major version, if available.'
manifest: 'Override the manifest file path.'
current-version: 'Override the version to update from.'
questions:
update: 'Update from version "%s" to version "%s".'
messages:
not-phar: 'This instance of the CLI was not installed as a Phar archive.'
update: 'Updating to version "%s".'
success: 'Updated from version "%s" to version "%s".'
check: 'Checking for updates from version: "%s"'
current-version: 'The latest version "%s", was already installed on your system.'
instructions: |
Update using: composer global update
Or you can switch to a Phar install recommended
composer global remove drupal/console
curl https://drupalconsole.com/installer -L -o drupal.phar