$ pact-broker can-i-deploy --pacticipant Foo --version 23 \
--to-environment production
Computer says yes \o/
CONSUMER | C.VERSION | PROVIDER | P.VERSION | SUCCESS? | RESULT#
---------|------------|----------|------------|----------|--------
Foo | 23 | Bar | 56 | true | 1
$ pact-broker can-i-deploy --pacticipant Foo --version 24 \
--to-environment production
Computer says no ¯_(ツ)_/¯
CONSUMER | C.VERSION | PROVIDER | P.VERSION | SUCCESS? | RESULT#
---------|------------|----------|------------|----------|--------
Foo | 24 | Bar | 56 | false | 1
@
[email protected]
29