From 9ed315bd3c03050a65476eaa08c9b75e56621284 Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Thu, 2 May 2024 11:16:53 +0200 Subject: [PATCH] Updated WireMock commandline parameters (markdown) --- WireMock-commandline-parameters.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/WireMock-commandline-parameters.md b/WireMock-commandline-parameters.md index 5ef68f8..780c93d 100644 --- a/WireMock-commandline-parameters.md +++ b/WireMock-commandline-parameters.md @@ -22,7 +22,10 @@ The following commandline arguments can be defined for: | `--ProxyURL` | string | | [wiki-proxyandrecordsettings](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#proxyandrecordsettings) | | `--X509StoreName`
`--X509StoreLocation`
`--X509StoreThumbprintOrSubjectName`
`--X509CertificateFilePath`
`--X509CertificatePassword` | string
string
string
string
string || [wiki-certificatesettings](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#certificatesettings) -### Proxy Settings +### Proxy Settings [Optional] +See also [Proxy and Record Settings](https://github.com/WireMock-Net/WireMock.Net/wiki/Settings#proxyandrecordsettings) for a complete list. + | Argument Name| Value Type | Default | Description | | - | - | - | - | -| `--ProxyUrl` | string | | \ No newline at end of file +| `--ProxyUrl` | string | | The URL to use for proxying. +| `--SaveMapping` | boolean| | Save the mapping for each request/response to the internal Mappings.. \ No newline at end of file