Skip to content

WireMock commandline parameters

Stef Heyenrath edited this page Nov 25, 2020 · 14 revisions

WireMock.Net commandline parameters

The following commandline arguments can be defined for WireMock as dotnet tool and WireMock as a standalone process.

Argument Name Value Type Default Description
--Help Show link 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
Clone this wiki locally