Hey, I have a question for publishing pacts to the...
# pact-broker
r
Hey, I have a question for publishing pacts to the pact broker (with JVM). There is one point in the documentation which puzzles me
All of the Pact client libraries should have an API to allow you to publish pacts directly through that API. If your implementation is missing this feature, please raise an issue.
Is there somewhere an example for that? I only know the methods with using the
CLI Tool
,
maven plugin
or
gradle plugin
.
b
@Robert we've changed our policy on that. We now recommend everyone publishes with the Pact CLI.
r
Oh I see thanks 👍