Sha256: a8b4837b595bcb11964e568b795edd02af23b39c43ab28623cf054016ecf17d9

Contents?: true

Size: 469 Bytes

Versions: 3

Compression:

Stored size: 469 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:

```sh
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:

```sh
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

3 entries across 3 versions & 1 rubygems

Version Path
pacto-0.4.0.rc3 docs/server_cli.md
pacto-0.4.0.rc2 docs/server_cli.md
pacto-0.4.0.rc1 docs/server_cli.md