pact-foundation / pact_broker-client

A Ruby and CLI client for the Pact Broker. Publish and retrieve pacts and verification results.
MIT License
69 stars 47 forks source link

Support environment/releases on describe-version #164

Open canny[bot] opened 5 months ago

canny[bot] commented 5 months ago

Currently, describe-version support only tags. It'd good to have the same behaviour for environment and releases. Something like describe-version -a PACTICIPANT --environment SOME_ENVIRONMENT returns a table of pacticipant versions marked as deployed and/or released

https://pact.canny.io/admin/board/feature-requests/p/support-environmentreleases-on-describe-version

canny[bot] commented 5 months ago

This issue has been linked to a Canny post: Support environment/releases on describe-version :tada:

YOU54F commented 5 months ago

Rafael Anachoreta - February 8, 2022

Alternatively, a specific command to return the deployed/released versions on a specific environment would work too pact-broker describe-deployed --environment=production --pacticipant="My Consumer"