Mark Wilson
01/27/2023, 12:41 PMpactflow publish-provider-contract
using pact_broker-client-1.66.1 locally. I know the broker-base-url and broker-token are fine as I can publish the consumer contract just fine. Any ideas?Mark Wilson
01/27/2023, 12:42 PMYousaf Nabi (pactflow.io)
Timothy Jones
01/27/2023, 2:17 PMMark Wilson
01/27/2023, 2:29 PMMark Wilson
01/27/2023, 2:30 PM{"errors":{"contentType":["contentType is missing"]}}
Eugene Malihins
01/27/2023, 4:36 PMpactflow publish-provider-contract \
schema.json \
--provider "name" \
--provider-app-version 1.0.0 \
--branch main \
--content-type application/json \
--verification-results=success.json \
--verification-results-content-type=json \
--verification-success \
--verifier=postman \
--broker-base-url=$PACT_BROKER_BASE_URL \
--broker-token=$PACT_BROKER_TOKEN
Mark Wilson
01/30/2023, 8:37 AM