Manual:GenerateConfigSchemaYaml.php/de-formal

From mediawiki.org
This page is a translated version of the page Manual:GenerateConfigSchemaYaml.php and the translation is 8% complete.

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

See also