f292475a4b534984e175a34b6ed0d42340c8882c
[yaffs-website] / vendor / drupal / console-en / translations / chain.yml
1 description: 'Chain command execution'
2 options:
3     file: 'User defined file containing commands to get executed.'
4 questions:
5     chain-file: 'Select chain file to execute'
6 messages:
7     missing-file: 'You must provide a valid file path and name.'
8     invalid-file: 'The file "%s" does not exist.'
9     module-install: 'module:install command is not runnable inside a chain queue and must be run independently.'
10     missing-environment-placeholders: 'Missing environment placeholder(s) "%s"'
11     set-environment-placeholders: 'Set environment placeholders as:'
12     missing-inline-placeholders: 'Missing inline placeholder(s) "%s"'
13     set-inline-placeholders: 'Pass inline placeholders as:'
14     select-value-for-placeholder: 'Select value for "%s" placeholder'
15     enter-value-for-placeholder: 'Enter value for "%s" placeholder'
16     legacy-inline: 'Update inline legacy placeholders from %{{name}} to {{name}}.'
17     legacy-environment: 'Update environment legacy placeholders from ${{(NAME}} or %env(NAME)% to {{env("NAME")}}.'
18     metadata-registration: |
19       You should register your chain file as command by providing metadata, more info at:
20          https://docs.drupalconsole.com/en/chains/registering.html
21 examples:
22     - description: 'Providing a file option using full path. (DEPRECATED'
23       execution: |
24         drupal chain \
25           --file="/path/to/file/chain-file.yml"