Skip to content

Instantly share code, notes, and snippets.

@jameshd
Created May 15, 2019 09:12
Show Gist options
  • Save jameshd/5a6176ce02692d7268ca7c9874dcd52f to your computer and use it in GitHub Desktop.
Save jameshd/5a6176ce02692d7268ca7c9874dcd52f to your computer and use it in GitHub Desktop.
can--deploy
+ ./node_modules/.bin/pact can-i-deploy --participant fe-fragment-product --participant-version 0.4.3 --pact-broker https://sdrebuild.pact.dius.com.au --token some-token-here
[2019-05-15T08:49:25.533Z]  INFO: pact-node@8.3.0/200 on f10b517fcf83: Checking if it it possible to deploy
[2019-05-15T08:49:25.536Z]  INFO: pact-node@8.3.0/200 on f10b517fcf83: Asking broker at https://sdrebuild.pact.dius.com.au if it is possible to deploy
[2019-05-15T08:49:25.550Z]  INFO: pact-node@8.3.0/200 on f10b517fcf83: Created './standalone/linux-x64-1.64.1/bin/pact-broker can-i-deploy --pacticipant 'fe-fragment-product' --version '0.4.3' --broker-base-url 'https://sdrebuild.pact.dius.com.au' --broker-token 'some-token-here'' process with PID: 207
[2019-05-15T08:49:27.871Z] ERROR: pact-node@8.3.0/200 on f10b517fcf83:
 can-i-deploy did not return success message:
Computer says yes \o/
CONSUMER | C.VERSION | PROVIDER | P.VERSION | SUCCESS?
--------------------|-----------|-----------------------|-----------|---------
fe-fragment-product | 0.4.3 | selling-product-query | 2.3.1 | true
All required verification results are published and successful


Computer says yes \o/
CONSUMER | C.VERSION | PROVIDER | P.VERSION | SUCCESS?
--------------------|-----------|-----------------------|-----------|---------
fe-fragment-product | 0.4.3 | selling-product-query | 2.3.1 | true
All required verification results are published and successful
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment