mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
Documentation: Add valid CLI parameters #199
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ColinM9991-zz on GitHub (Aug 15, 2019).
I am currently looking at using the
StandAloneAppAPI with command line parameters passed in, and have had to trawl through code just to find what parameters I should pass in.There should instead be some documentation on these parameters to describe what's valid and what the expected parameters are.
@StefH commented on GitHub (Aug 15, 2019):
Yes good point. I thought I did add this to https://github.com/WireMock-Net/WireMock.Net/wiki/WireMock-as-a-standalone-process but nothing is there. I will add this.
@StefH commented on GitHub (Aug 15, 2019):
Some info can be found here https://github.com/WireMock-Net/WireMock.Net-docker/wiki/Commandline-arguments however als that page needs an update.
@StefH commented on GitHub (Aug 15, 2019):
Updated wiki.
@ColinM9991-zz commented on GitHub (Aug 15, 2019):
Thank you,for the quick work