mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
Page:
WireMock commandline parameters
Pages
Admin API Reference
Compatibility WireMock.org
Conflict on Microsoft.CodeAnalysis.CSharp
Cors
Could not load file or assembly RestEase
Development Information
Faults
FluentAssertions
Home
KestrelServerOptions
Mapping
MimeKit and MimeKitLite
MyGet preview versions
Pact
Proxying
References
RegexExtended
Request Matcher FormUrlEncodedMatcher
Request Matchers
Request Matching CSharpCode
Request Matching GraphQLMatcher
Request Matching JsonMatcher
Request Matching JsonPartialMatcher
Request Matching JsonPartialWildcardMatcher
Request Matching JsonPathMatcher
Request Matching MimePartMatcher
Request Matching ProtoBuf
Request Matching Tips
Request Matching
Response Templating
Scenarios and States
Settings
Stubbing
Using HTTPS (SSL)
Using WireMock in UnitTests
Using WireMock.Net.Aspire
Using WireMock.Net.Testcontainers
Webhook
What Is WireMock.Net
WireMock as a (Azure) Web App
WireMock as a Windows Service
WireMock as a standalone process
WireMock as dotnet tool
WireMock commandline parameters
WireMock.Org
Xamarin Could not load file or assembly
Clone
14
WireMock commandline parameters
Stef Heyenrath edited this page 2024-05-02 11:16:53 +02:00
Table of Contents
The following commandline arguments can be defined for:
Settings
| Argument Name | Value Type | Default | Description |
|---|---|---|---|
--Help |
Show a link to this wiki-page | ||
--Port |
integer | wiki-port | |
--Urls |
string | wiki-urls | |
--StartAdminInterface |
boolean | true | Defines whether to start admin interface. |
--AllowPartialMapping |
boolean | false | wiki-allowpartialmapping |
--ReadStaticMappings |
boolean | false | Defines if the static mappings should be read at startup. |
--AdminUsername |
string | wiki-adminusername | |
--AdminPassword |
string | wiki-adminpassword | |
--MaxRequestLogCount |
integer | wiki-maxrequestlogcount | |
--RequestLogExpirationDuration |
integer | wiki-requestlogexpirationduration | |
--WireMockLogger |
string | WireMockNullLogger | You can also define the value WireMockConsoleLogger. In that case the WireMockConsoleLogger is used. |
--ProxyURL |
string | wiki-proxyandrecordsettings | |
--X509StoreName--X509StoreLocation--X509StoreThumbprintOrSubjectName--X509CertificateFilePath--X509CertificatePassword |
string string string string string |
wiki-certificatesettings |
Proxy Settings [Optional]
See also Proxy and Record Settings for a complete list.
| Argument Name | Value Type | Default | Description |
|---|---|---|---|
--ProxyUrl |
string | The URL to use for proxying. | |
--SaveMapping |
boolean | Save the mapping for each request/response to the internal Mappings.. |
Pages
- Home
- What is WireMock.Net
- WireMock.Org
- References
- Settings
- Admin REST API
- Proxying
- Stubbing
- Webhook
- Request Matching
- Response Templating
- Unit Testing
- Using WireMock
- Advanced
- Errors