Take Mockoon to the command line

Mockoon CLI takes Mockoon where it has never been before. Lightweight and fast.

Mockoon CLI screenshot

Mockoon's perfect complement for all your headless and automated environments.

Supports all Mockoon's features

The CLI supports all of Mockoon's features: dynamic templating, response rules, proxy mode, OpenAPI compatibility, etc.

View all features

Lightweight and fast

Deploy lighting fast mock servers in your CI environment with a simple and easy to use NPM package.

How to use it

Run your mocks everywhere

Also available as a Docker image, run your mock APIs in Github Actions or on your favorite CI platform!

Getting started tutorial

NPM package quick start

npm install -g @mockoon/cli

mockoon-cli start --data ./data-file.json

Docker image Quick start

docker run -d --mount type=bind,source=/data-file.json,target=/data,readonly -p 3000:3000 mockoon/cli:latest -d data -p 3000