72014fd3a1b00c7f602a4dc6af4ee1574b8f1d07
[yaffs-website] / vendor / drupal / console-en / translations / self-update.yml
1 description: 'Update project to the latest version.'
2 help: 'Update project to the latest version.'
3 options:
4   major: 'Update to a new major version, if available.'
5   manifest: 'Override the manifest file path.'
6   current-version: 'Override the version to update from.'
7 questions:
8   update: 'Update from version "%s" to version "%s".'
9 messages:
10   not-phar: 'This instance of the CLI was not installed as a Phar archive.'
11   update: 'Updating to version "%s".'
12   success: 'Updated from version "%s" to version "%s".'
13   check: 'Checking for updates from version: "%s"'
14   current-version: 'The latest version "%s", was already installed on your system.'
15   instructions: |
16    Update using: composer global update
17    Or you can switch to a Phar install recommended
18    composer global remove drupal/console
19    curl https://drupalconsole.com/installer -L -o drupal.phar
20