You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be just two pieces of functionality left that is stopping us from removing the Ruby Pact tools dependency from our Python projects. They are
pact-broker publish to publish the Pacts themselves
pact-broker create-version-tag to tag existing Pacts that have already been published to the broker.
Do you have any plans to recreate these in Pactman or pure python equivalents.
The text was updated successfully, but these errors were encountered:
I think I got too carried away with trying to replace all of our Pact logic with Pactman! Those two commands don't really need to be in Pactman (but it would still be cool) as they can be accomplished just with simple curl commands. So this would be enough to remove all of our Ruby dependency :)
There seems to be just two pieces of functionality left that is stopping us from removing the Ruby Pact tools dependency from our Python projects. They are
pact-broker publish
to publish the Pacts themselvespact-broker create-version-tag
to tag existing Pacts that have already been published to the broker.Do you have any plans to recreate these in Pactman or pure python equivalents.
The text was updated successfully, but these errors were encountered: