This message was deleted.
# pact-js
s
This message was deleted.
m
Hey @boden winkel! The README here is quite detailed with examples on how to use the CLI tool https://github.com/pact-foundation/pact_broker-client. Hope this helps!
b
docker run --rm \ -w $(Build.SourcesDirectory)/$(bffFolder)/src/pacts \ -v $(Build.SourcesDirectory)/$(bffFolder)/src/pacts:$(Build.SourcesDirectory)/$(bffFolder)/src/pacts \ -e PACT_BROKER_BASE_URL="url" \ -e PACT_BROKER_TOKEN="token" \ pactfoundation/pact-cli:latest \ publish \ $(Build.SourcesDirectory)/$(bffFolder)/src/pacts/pact.json --consumer-app-version=$(version.packageSemVer)
trying with this command not working at all
always some problem
No value provided for required option --consumer-app-version 😮