You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-f, --file <file> the pact file to define the mock server
124
-
--help Print help and exit
125
-
-c, --cors-preflight Handle CORS pre-flight requests
126
-
-v, --version Print version information and exit
127
-
-p, --port <port> port the master mock server runs on (defaults to 8080)
128
-
--tls Enable TLS with the mock server (will use a self-signed certificate)
129
-
-h, --host <host> hostname the master mock server runs on (defaults to localhost)
130
-
-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]
131
-
--no-term-log Turns off using terminal ANSI escape codes
132
-
--no-file-log Do not log to an output file
123
+
-f, --file <file> the pact file to define the mock server
124
+
--help Print help and exit
125
+
-c, --cors-preflight Handle CORS pre-flight requests
126
+
-v, --version Print version information and exit
127
+
-p, --port <port> port the master mock server runs on (defaults to 8080)
128
+
--specification <specification> The Pact specification version to use (defaults to V4)
129
+
-h, --host <host> hostname the master mock server runs on (defaults to localhost)
130
+
--tls Enable TLS with the mock server (will use a self-signed certificate)
131
+
-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]
132
+
--no-term-log Turns off using terminal ANSI escape codes
-f, --file <file> the pact file to define the mock server
7
-
--help Print help and exit
8
-
-c, --cors-preflight Handle CORS pre-flight requests
9
-
-v, --version Print version information and exit
10
-
-p, --port <port> port the master mock server runs on (defaults to 8080)
11
-
--tls Enable TLS with the mock server (will use a self-signed certificate)
12
-
-h, --host <host> hostname the master mock server runs on (defaults to localhost)
13
-
-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]
14
-
--no-term-log Turns off using terminal ANSI escape codes
15
-
--no-file-log Do not log to an output file
6
+
-f, --file <file> the pact file to define the mock server
7
+
--help Print help and exit
8
+
-c, --cors-preflight Handle CORS pre-flight requests
9
+
-v, --version Print version information and exit
10
+
-p, --port <port> port the master mock server runs on (defaults to 8080)
11
+
--specification <specification> The Pact specification version to use (defaults to V4)
12
+
-h, --host <host> hostname the master mock server runs on (defaults to localhost)
13
+
--tls Enable TLS with the mock server (will use a self-signed certificate)
14
+
-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]
15
+
--no-term-log Turns off using terminal ANSI escape codes
0 commit comments