Manual:generateConfigSchemaYaml.php
Appearance
このページは廃止されました。アーカイブ (過去ログ) 目的で保持されています。 廃止された/サポート対象外となった機能について説明している場合があります。 このページの情報が最新とは限らないため、依存しないでください。 |
MediaWiki ファイル: generateConfigSchemaYaml.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.42.3 • 1.41.4 • 1.39.10 |
クラス: | GenerateConfigSchemaYaml |
詳細
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.
オプション/引数
オプション | 説明 | 既定 | 必須かどうか |
---|---|---|---|
--output | Path to output. | $IP/docs/config-schema.yaml |
省略可能 |
使用法
php maintenance/generateConfigSchemaYaml.php [ --output ]
Terminal
$ php maintenance/generateConfigSchemaYaml.php --output Sample-ConfigSchema.yaml