Starts the master mock server Usage: pact_mock_server_cli start [OPTIONS] Options: --help Print help and exit -o, --output the directory where to write files to (defaults to current directory) --base-port the base port number that mock server ports will be allocated from. If not specified, ports will be randomly assigned by the OS. -v, --version Print version information and exit -p, --port port the master mock server runs on (defaults to 8080) --server-key the server key to use to authenticate shutdown requests (defaults to a random generated one) -h, --host hostname the master mock server runs on (defaults to localhost) -l, --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