7b3b81ff7c8e0cc00d078efd53978b2966d4d545
[yaffs-website] / vendor / drupal / console-en / translations / config.diff.yml
1 description: 'Output configuration items that are different in active configuration compared with a directory.'
2 arguments:
3     directory: 'The directory to diff against. If omitted, choose from Drupal config directories.'
4 options:
5     reverse: 'See the changes in reverse (i.e diff a directory to the active configuration).'
6 questions:
7     directories: 'Config directory:'
8 table:
9     headers:
10       collection: 'Collection'
11       config-name: 'Configuration item'
12       operation: 'Operation'
13 messages:
14     no-changes: 'There are no changes.'
15 examples:
16     - description: 'Provide a config directory'
17       execution: drupal config:diff ../config/path
18