Run the Contracteer verifier or mock server from the command line. Works with any language or stack -- no JVM required.
brew install contracteer-dev/contracteer/contracteerOr download the archive for your platform from the latest release.
Verify a running server:
contracteer verify openapi.yamlStart a mock server:
contracteer mock openapi.yamlThe OpenAPI document can be a local file path or an HTTP(S) URL.
See Use the CLI for the full guide -- all options, example output, mock server behavior, and a try-it-now example.