Creates a new mock server from a pact file Usage: pact_mock_server_cli create [OPTIONS] --file Options: -f, --file the pact file to define the mock server --help Print help and exit -c, --cors-preflight Handle CORS pre-flight requests -v, --version Print version information and exit -p, --port port the master mock server runs on (defaults to 8080) --tls Enable TLS with the mock server (will use a self-signed certificate) -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