Maria Eichman
03/12/2026, 5:59 PMdescribe-version mention --environment, but when I run it the command errors. From what I can tell, this may be a version mismatch or unsupported option in the CLI build I’m using Version is 1.77.0 and I pull lates from docker.
➜ ~ pact-broker describe-version --pacticipant test --broker-base-url=$PACT_BROKER_URL --environment production --deployed
Unknown switches "--environment", "--deployed"
This is a warning rather than an error so as not to break backwards compatibility. To raise an error for unknown options set PACT_BROKER_ERROR_ON_UNKNOWN_OPTION=true
ERROR: "pact-broker describe_version" was called with arguments ["--environment", "production", "--deployed"]
Usage: "pact-broker describe-version -a, --pacticipant=PACTICIPANT -b, --broker-base-url=BROKER_BASE_URL"
Is describe-version --environment expected to work in current Pact CLI version?Maria Eichman
03/12/2026, 6:08 PMYousaf Nabi (pactflow.io)
Maria Eichman
03/13/2026, 4:16 PM