Standalone Pact mock server
Usage: pact-mock-server [OPTIONS] [COMMAND]
Commands:
start Starts the master mock server
list Lists all the running mock servers
create Creates a new mock server from a pact file
verify Verify the mock server by id or port number, and generate a pact file if all ok
shutdown Shutdown the mock server by id or port number, releasing all its resources
shutdown-master Performs a graceful shutdown of the master server (displayed when it started)
help Print this message or the help of the given subcommand(s)
Options:
--help Print help and exit
-v, --version Print version information and exit
-p, --port <port> port the master mock server runs on (defaults to 8080)
-h, --host <host> hostname the master mock server runs on (defaults to localhost)
-l, --loglevel <loglevel> Log level for mock servers to write to the log file (defaults to info) [possible values: error, warn, info, debug, trace, none]
--no-term-log Turns off using terminal ANSI escape codes
--no-file-log Do not log to an output file