Sha256: 62dfc4bfb6991b258a961340c4eff362aa54500893c28da39b3ac84000deebbb

Contents?: true

Size: 439 Bytes

Versions: 111

Compression:

Stored size: 439 Bytes

Contents

# Example scripts

These are designed to be run from the top level of the pact_broker-client repository.

You will need to set your own values for `PACT_BROKER_BASE_URL`, `PACT_BROKER_USERNAME`, and `PACT_BROKER_PASSWORD`

eg.

    export PACT_BROKER_BASE_URL="http://..."
    export PACT_BROKER_USERNAME="username"
    export PACT_BROKER_PASSWORD="password"
    example/scripts/publish-pact.sh
    example/scripts/publish-verification.sh

Version data entries

111 entries across 111 versions & 1 rubygems

Version Path
pact_broker-client-1.20.0 example/scripts/README.md
pact_broker-client-1.19.0 example/scripts/README.md
pact_broker-client-1.18.0 example/scripts/README.md
pact_broker-client-1.17.0 example/scripts/README.md
pact_broker-client-1.16.2 example/scripts/README.md
pact_broker-client-1.16.1 example/scripts/README.md
pact_broker-client-1.16.0 example/scripts/README.md
pact_broker-client-1.15.1 example/scripts/README.md
pact_broker-client-1.15.0 example/scripts/README.md
pact_broker-client-1.14.1 example/scripts/README.md
pact_broker-client-1.14.0 example/scripts/README.md