Zuplo
Zuplo CLI

Zuplo CLI: OpenAPI Overlay

Apply an OpenAPI Overlay to an OpenAPI document
TerminalCode
zuplo openapi overlay --help
zuplo openapi overlay

Options

--input

The input OpenAPI file

TerminalCode
zuplo openapi overlay --input <value>
Type: stringAlias: -i

--overlay

The overlay file

TerminalCode
zuplo openapi overlay --overlay <value>
Type: stringAlias: -v

--output

The output OpenAPI file path

TerminalCode
zuplo openapi overlay --output <value>
Type: stringAlias: -o

--format

Output format

TerminalCode
zuplo openapi overlay --format <value>
Type: stringChoices: json, yamlAlias: -f

--json

Output in JSON format

TerminalCode
zuplo openapi overlay --json
Type: booleanConflicts: --yaml, --format

--yaml

Output in YAML format

TerminalCode
zuplo openapi overlay --yaml
Type: booleanConflicts: --json, --format

Global options

The following global options are available for all commands:

Last modified on