Sha256: 3273f7a8d4e5fbece5a573b89c94d01433671cf9a602da2a4c9bdbfef038278f

Contents?: true

Size: 847 Bytes

Versions: 4

Compression:

Stored size: 847 Bytes

Contents

export PACT_BROKER_BASE_URL=${PACT_BROKER_BASE_URL:-"http://localhost:9292"}
bundle exec bin/pactflow publish-provider-contract  \
  script/oas.yml \
  --provider Bar \
  --provider-app-version 1013b5650d61214e19f10558f97fb5a3bb082d44 \
  --branch main \
  --tag dev \
  --specification oas \
  --content-type application/yml \
  --verification-exit-code 0 \
  --verification-results script/verification-results.txt \
  --verification-results-content-type text/plain \
  --verification-results-format text \
  --verifier my-custom-tool \
  --verifier-version "1.0" \
  --verbose


# bundle exec bin/pactflow publish-provider-contract  \
#   script/oas.yml \
#   --provider Foo \
#   --provider-app-version 1013b5650d61214e19f10558f97fb5a3bb082d44 \
#   --branch main \
#   --tag dev \
#   --specification oas \
#   --content-type application/yml

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pact_broker-client-1.74.0 script/publish-provider-contract.sh
pact_broker-client-1.73.0 script/publish-provider-contract.sh
pact_broker-client-1.72.0 script/publish-provider-contract.sh
pact_broker-client-1.71.0 script/publish-provider-contract.sh