pact_mock_server_cli 2.0.0

Standalone pact mock server for consumer pact tests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
Lists all the running mock servers

Usage: pact-mock-server list [OPTIONS]

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