The CLI supports all of Mockoon's features: dynamic templating, response rules, proxy mode, OpenAPI compatibility, etc.
View all featuresDeploy lighting fast mock servers in your CI environment with a simple and easy to use NPM package.
How to use itAlso available as a Docker image, run your mock APIs in Github Actions or on your favorite CI platform!
Getting started tutorialnpm install -g @mockoon/cli
mockoon-cli start --data ./data-file.json
docker run -d --mount type=bind,source=/data-file.json,target=/data,readonly -p 3000:3000 mockoon/cli:latest -d data -p 3000