Mock OAS
This command generates a mock API proxy bundle from your OpenAPI 3 Description.
Usage
The mock oas
command takes the following parameters:
-i, --input string path to OpenAPI Description (e.g. "./path/to/openapi.yaml")
-o, --output string output directory or zip file (e.g. "./path/to/apiproxy.zip")
-h, --help help for oas
See how the mock API proxy bundle works over at the Mock OpenAPI Description doc page