Manual:GenerateConfigSchemaYaml.php/pl
Appearance
Ta strona jest przestarzała i została pozostawiona w celach archiwalnych. Może dokumentować rozszerzenia i funkcje, które są zbędne i/lub nie są dłużej wpierane. Należy uznać, że informacje tutaj nie są aktualne. |
| Plik MediaWiki: generateConfigSchemaYaml.php | |
|---|---|
| Lokalizacja: | maintenance/ |
| Kod źródłowy: | master • 1.45.3 • 1.44.5 • 1.43.8 |
| Klasy: | 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