Sha256: 3fd93a88a2ea1e0255b4b8c42bf96ec90e9ea9e4467f9b8be7f376d9899e4492

Contents?: true

Size: 457 Bytes

Versions: 1

Compression:

Stored size: 457 Bytes

Contents

# # Standalone server

# You can run Pacto as a server in order to test non-Ruby projects. In order to get the full set
# of options, run:
bundle exec pacto-server -h

# You probably want to run with the -sv option, which will display verbose output to stdout. You can
# run server that proxies to a live endpoint:
bundle exec pacto-server -sv --port 9000 --live http://example.com &
bundle exec pacto-server -sv --port 9001 --stub &

pkill -f pacto-server

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pacto-0.4.0.rc1 samples/server_cli.sh