Zuplo CLI
Zuplo CLI: OpenAPI Convert
Convert OpenAPI files between JSON and YAML formats
Code
Options
--input
The input OpenAPI file (JSON or YAML)
Code
Type:
string
Alias: -i
--format
Output format
Code
Type:
string
Choices: json, yaml
Alias: -f
--output
Output file path (if not specified, generates based on input)
Code
Type:
string
Alias: -o
--json
Convert to JSON format
Code
Type:
boolean
Conflicts: --yaml, --format
--yaml
Convert to YAML format
Code
Type:
boolean
Conflicts: --json, --format
Global options
The following global options are available for all commands:
Last modified on