Skip to content

Commit 03ef5e9

Browse files
committed
chore(docs): update readme with new options
1 parent 7ff915a commit 03ef5e9

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ home = "0.5.5"
3434
# pact-broker-cli = { version = "*", git = "https://github.com/pact-foundation/pact-broker-cli", branch = "feat/observability"}
3535
pact-stub-server = { version = "*", git = "https://github.com/YOU54F/pact-stub-server.git", branch = "master"}
3636
pact_mock_server_cli = { version = "2.0.0-beta.1", git = "https://github.com/YOU54F/pact-core-mock-server.git", branch = "main"}
37-
pact-plugin-cli = { version = "*", git = "https://github.com/pact-foundation/pact-plugins", branch = "main"}
37+
pact-plugin-cli = { version = "*", git = "https://github.com/you54f/pact-plugins", branch = "main"}
3838
pact_verifier_cli = { version = "*", git = "https://github.com/YOU54F/pact-reference", branch = "master"}
3939
pact-broker-cli = { version = "0.4.1" }
4040

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Commands:
127127
plugin CLI utility for Pact plugins
128128
mock Standalone Pact mock server
129129
verifier Standalone pact verifier for provider pact verification
130-
stub Pact Stub Server 0.6.3
130+
stub Pact Stub Server 0.7.0
131131
help Print this message or the help of the given subcommand(s)
132132
133133
Options:
@@ -464,7 +464,7 @@ Development options:
464464

465465
```console
466466
$ pact stub --help
467-
Pact Stub Server 0.6.3
467+
Pact Stub Server 0.7.0
468468
469469
Usage: pact stub [OPTIONS]
470470
@@ -517,6 +517,8 @@ Options:
517517
Consumer name or regex to use to filter the Pacts fetched from the Pact broker (can be repeated)
518518
--provider-name <provider-name>
519519
Provider name or regex to use to filter the Pacts fetched from the Pact broker (can be repeated)
520+
-w, --watch
521+
Watch for changes in pact files and reload automatically
520522
-v, --version
521523
Print version information
522524
-h, --help

0 commit comments

Comments
 (0)