Sha256: 4deeb87835a684fa711465fd464872b7eca5087a151c193734259e5a0f6a16b8
Contents?: true
Size: 901 Bytes
Versions: 2
Compression:
Stored size: 901 Bytes
Contents
export PACT_BROKER_BASE_URL="http://localhost:9292" export PACTFLOW_FEATURES=publish-provider-contract # 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 \ # --no-verification-success \ # --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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-client-1.62.1 | script/publish-provider-contract.sh |
pact_broker-client-1.62.0 | script/publish-provider-contract.sh |