@bednarik_radek/mockserver-cli
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@bednarik_radek/mockserver-cli", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "CLI utility for Mock-server client. Allows for easy creation/deletion of expectations on the Mock-server instance.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -48,3 +48,3 @@ # mockserver-cli | ||
```bash | ||
npx expectations set -c ./examples/mockserver.config.json ./examples/expectations/expectation1.json | ||
npx expectations -c ./examples/mockserver.config.json set ./examples/expectations/expectation1.json | ||
``` | ||
@@ -51,0 +51,0 @@ |