Stanislav Vodetskyi
02/07/2025, 11:48 PMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Stanislav Vodetskyi
02/08/2025, 12:19 AMI’m assuming what you’re suggesting is to make an command that would allow you to test what pacts come back given a set of selectors,Yes
perhaps with additional notices as to why they were included?that would be even better 🙂
I was also thinking it would be ideal if the broker returned a list of suggestions for why no pacts were found in the case the list is emptythat would be just plain awesome 😄
Matt (pactflow.io / pact-js / pact-go)
Stanislav Vodetskyi
02/08/2025, 12:56 AM&provider.ConsumerVersionSelector{Tag: HotfixTag, Latest: true},
It's pretty straightforward, but right now the only way to verify that I'm actually selecting all the necessary consumers is to actually run some tests. Because I'm working in a shared library, this means I need to make changes in another repo to consume the version of this lib and run full tests locally to verify that. If there was a CLI, I would be able to verify this in 2 seconds 🙂
So it's not a blocker or anything, just a good to have feature.