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
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
38
38
## Pact CLI Tools
39
39
40
-
This package wraps the [Pact Standalone Tools](https://github.com/pact-foundation/pact-ruby-standalone/releases) so that they are available to node scripts in package.json, and linked binaries in the [standard](https://docs.npmjs.com/files/folders#executables) NPM installation directory (e..g. `./node_modules/.bin`).
40
+
This package wraps the [Pact Standalone Tools](https://github.com/pact-foundation/pact-standalone/releases) so that they are available to node scripts in package.json, and linked binaries in the [standard](https://docs.npmjs.com/files/folders#executables) NPM installation directory (e..g. `./node_modules/.bin`).
41
41
42
42
For example:
43
43
@@ -66,16 +66,20 @@ The verification between the latest version of Banana Service (1.0.0) and versio
66
66
67
67
The following are the binaries currently made available:
68
68
69
-
-`pact-mock-service`
70
69
-`pact-broker`
71
-
-`pact-stub-service`
72
-
-`pact-message`
73
-
-`pact-provider-verifier`
74
-
-`pact`
70
+
-`pact` (top level cli)
71
+
-`pact-mock-server`
72
+
-`pact-verifier`
73
+
-`pact-stub-server`
74
+
-`pact-plugin`
75
+
-`pact-mock-service` (legacy)
76
+
-`pact-stub-service` (legacy)
77
+
-`pact-message` (legacy)
78
+
-`pact-provider-verifier` (legacy)
75
79
76
80
## Pact-CLI API
77
81
78
-
A wrapper for the [Pact](http://pact.io)[CLI Tools](https://github.com/pact-foundation/pact-ruby-standalone).
82
+
A wrapper for the [Pact](http://pact.io)[CLI Tools](https://github.com/pact-foundation/pact-standalone).
0 commit comments