Manual:generateConfigSchemaYaml.php
From Linux Web Expert
<translate> This page is obsolete. It is being retained for archival purposes.</translate> <translate> It may document extensions or features that are obsolete and/or no longer supported.</translate> <translate> Do not rely on any information on this page.</translate> |
MediaWiki file: generateConfigSchemaYaml.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.41.1 • 1.40.3 • 1.39.7 |
Classes: | GenerateConfigSchemaYaml |
Details
generateConfigSchemaYaml.php was maintenance script to generates a YAML file containing a JSON Schema representation of the config schema.
This maintenance script only existed during the development of MediaWiki 1.39 and was never present in any released version.
Options/Arguments
Option | Description | Default | Required? |
---|---|---|---|
--output | Path to output. | $IP/docs/config-schema.yaml |
<translate> Optional</translate> |
Usage
php maintenance/generateConfigSchemaYaml.php [ --output ]
Terminal
$ php maintenance/generateConfigSchemaYaml.php --output Sample-ConfigSchema.yaml