Manual:GenerateConfigSchemaYaml.php
Appearance
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. |
MediaWiki file: generateConfigSchemaYaml.php | |
---|---|
Location: | maintenance/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
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 |
Optional |
Usage
php maintenance/generateConfigSchemaYaml.php [ --output ]
Terminal
$ php maintenance/generateConfigSchemaYaml.php --output Sample-ConfigSchema.yaml