You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ Creates a standalone pact command line executable using the ruby pact implementa
6
6
7
7
## Package contents
8
8
9
-
This version (2.0.4) of the Pact standalone executables package contains:
9
+
This version (2.0.5) of the Pact standalone executables package contains:
10
10
11
11
* pact gem 1.63.0
12
12
* pact-mock_service gem 3.11.2
13
13
* pact-support gem 1.19.0
14
14
* pact-provider-verifier gem 1.36.1
15
-
* pact_broker-client gem 1.70.0
15
+
* pact_broker-client gem 1.71.0
16
16
* pact-message gem 0.11.1
17
17
18
18
Binaries will be extracted into `pact/bin`:
@@ -249,7 +249,7 @@ Usage:
249
249
Options:
250
250
-a, --pacticipant=PACTICIPANT # The pacticipant name. Use once for each pacticipant being checked.
251
251
-e, [--version=VERSION] # The pacticipant version. Must be entered after the --pacticipant that it relates to.
252
-
[--ignore=IGNORE] # The pacticipant name to ignore. Use once for each pacticipant being ignored. A specific version can be ignored by also specifying a --version after the pacticipant name option.
252
+
[--ignore=PACTICIPANT] # The pacticipant name to ignore. Use once for each pacticipant being ignored. A specific version can be ignored by also specifying a --version after the pacticipant name option. The environment variable PACT_BROKER_CAN_I_DEPLOY_IGNORE may also be used to specify a pacticipant name to ignore, with commas to separate multiple pacticipant names if necessary.
253
253
-l, [--latest=[TAG]] # Use the latest pacticipant version. Optionally specify a TAG to use the latest version with the specified tag.
254
254
[--branch=BRANCH] # The branch of the version for which you want to check the verification results.
255
255
[--main-branch], [--no-main-branch] # Use the latest version of the configured main branch of the pacticipant as the version for which you want to check the verification results
@@ -358,6 +358,7 @@ Options:
358
358
[--verification-results-format=VERIFICATION_RESULTS_FORMAT] # The format of the verification output eg. junit, text
359
359
[--verifier=VERIFIER] # The tool used to verify the provider contract
360
360
[--verifier-version=VERIFIER_VERSION] # The version of the tool used to verify the provider contract
361
+
[--build-url=BUILD_URL] # The build URL that created the provider contract
361
362
-o, [--output=OUTPUT] # json or text
362
363
# Default: text
363
364
-b, --broker-base-url=BROKER_BASE_URL # The base URL of the Pact Broker
0 commit comments