Module: cli¶
cli provides the openapi-testgen command-line interface built on Picocli.
Depends on¶
distribution-bundle
Key types¶
GenerateCommand(Picocli): maps flags toTestGeneratorOverridesKeyValueParser: parses nested--setting/--generator-optionstructures (a.b[]=x)
API reference¶
- Local Dokka output:
docs/api/openapi.testgen.cli/index.html
Related docs¶
- Reference: CLI reference
- Getting started: First test suite (CLI)
CLI module¶
Overview¶
cli provides the openapi-testgen command-line interface for running generation from the terminal.
It supports JVM distribution, a fat JAR, and an optional GraalVM native image build.
Related documentation¶
- Reference: CLI flags
- Getting started: first test suite