e6d78eb066431545743fd44000c78a5a185a3133
[yaffs-website] / vendor / drupal / console-en / translations / debug.config.validate.yml
1 description: 'Validate a schema implementation before a module is installed.'
2 help: 'Helper function to validate a schema implementation before a module is installed. Specify the config and the schema file paths as arguments and validation will be run against them, making schema easier to debug without time consuming installs'
3 options: {}
4 arguments: {}
5 messages:
6     noConfFile: 'Config file at the specified path does not exist'
7     noConfSchema: 'Config schema at the specified path does not exist'
8     noSchemaName: 'Could not find schema definition in schema file. Using definition name:'
9 examples:
10     - description: 'Validates a schema'
11       execution: |
12         drupal debug:config:validate \
13           /path/to/file \
14           /path/to/schema-filepath