Sha256: ba90d5548d6b169e5da7e98518f310db15a9ed2095801eba88d4a36857828567

Contents?: true

Size: 439 Bytes

Versions: 2

Compression:

Stored size: 439 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 proxy --port 9000 --to http://example.com &
bundle exec pacto stub --port 9001 &

pkill -f 'pacto server'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pacto-0.4.0.rc3 samples/server_cli.sh
pacto-0.4.0.rc2 samples/server_cli.sh