X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdebug.config.validate.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fdebug.config.validate.yml;h=e6d78eb066431545743fd44000c78a5a185a3133;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=0000000000000000000000000000000000000000;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/vendor/drupal/console-en/translations/debug.config.validate.yml b/vendor/drupal/console-en/translations/debug.config.validate.yml new file mode 100644 index 000000000..e6d78eb06 --- /dev/null +++ b/vendor/drupal/console-en/translations/debug.config.validate.yml @@ -0,0 +1,14 @@ +description: 'Validate a schema implementation before a module is installed.' +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' +options: {} +arguments: {} +messages: + noConfFile: 'Config file at the specified path does not exist' + noConfSchema: 'Config schema at the specified path does not exist' + noSchemaName: 'Could not find schema definition in schema file. Using definition name:' +examples: + - description: 'Validates a schema' + execution: | + drupal debug:config:validate \ + /path/to/file \ + /path/to/schema-filepath