We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93fcbc commit d45b2e4Copy full SHA for d45b2e4
services/api-server/tests/unit/pact_broker/README.md
@@ -7,13 +7,18 @@ PACT_BROKER_URL=<fill-broker-url> PACT_BROKER_USERNAME=<fill-username> PACT_BROK
7
```
8
9
## Install and Publish new contract to Broker
10
+
11
Contracts are generated by Consumer (ex. Sim4Life)
12
TODO: add reference to Sim4life repo where they can be generated
13
14
#### Install
15
16
```bash
17
npm install @pact-foundation/pact-cli
18
19
20
#### Publish
21
22
23
pact-broker publish ./pacts/05_licensed_items.json --tag licensed_items --consumer-app-version 8.2.1 --broker-base-url=<fill-broker-url> --broker-username=<fill-username> --broker-password=<fill-secret>
24
0 commit comments