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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -682,20 +682,20 @@ f.Close()
682
682
683
683
## CLI usage
684
684
685
-
This package also provides a CLI tool for running your Featurevisor project's test specs and benchmarking against this Go SDK:
685
+
This package also provides a CLI tool for running your Featurevisor [project](https://featurevisor.com/docs/projects/)'s test specs and benchmarking against this Go SDK:
686
686
687
687
### Test
688
688
689
689
Learn more about testing [here](https://featurevisor.com/docs/testing/).
690
690
691
691
```bash
692
-
go run cli/main.go test --projectDirectoryPath="/absolute/path/to/your/featurevisor/project"
692
+
go run cmd/main.go test --projectDirectoryPath="/absolute/path/to/your/featurevisor/project"
0 commit comments