| json-schema(1) | General Commands Manual | json-schema(1) |
NAME
json-schema - Generate JSON Schemas of every command's JSON output to the given directory
SYNOPSIS
json-schema [-h|--help] <DIR>
DESCRIPTION
Generate JSON Schemas of every command's JSON output to the given directory.
This command allows you to generate one JSON Schema per command describing the structure of its `--json` output, to the given directory. If the directory does not exist, it will be created. Any existing schema will be overriden.
OPTIONS
- -h, --help
- Print help (see a summary with '-h')
- <DIR>
- Directory where JSON Schema files should be generated in
| json-schema |