Sha256: 312c6debc24080fe5327c47cb4cdaa61a7fe458415af21160c65feecf65b2c20
Contents?: true
Size: 898 Bytes
Versions: 1
Compression:
Stored size: 898 Bytes
Contents
export PACT_BROKER_BASE_URL=${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 \ --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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-client-1.63.0 | script/publish-provider-contract.sh |