We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694ef31 commit 516b187Copy full SHA for 516b187
README.md
@@ -153,12 +153,13 @@ Starts a mock server.
153
```bash
154
swama mock-server run [flags]
155
```
156
-
157
**Available Flags**:
158
159
- `--port int`: Specify the port for the mock server (default: 8080).
160
- `--host string`: Set the host address for the mock server (default: "localhost").
161
- `--delay int`: Add a delay in milliseconds to each response, useful for simulating network latency.
+- `--default-response-code int`: Set the default response code to use (default: 200).
162
+- `--default-response-type string`: Set the default response type to use (default: "json").
163
164
**Example**:
165
0 commit comments