Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

contracteer-cli

Run the Contracteer verifier or mock server from the command line. Works with any language or stack -- no JVM required.

Installation

brew install contracteer-dev/contracteer/contracteer

Or download the archive for your platform from the latest release.

Usage

Verify a running server:

contracteer verify openapi.yaml

Start a mock server:

contracteer mock openapi.yaml

The OpenAPI document can be a local file path or an HTTP(S) URL.

Documentation

See Use the CLI for the full guide -- all options, example output, mock server behavior, and a try-it-now example.