Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,12 @@ evalgate init [file] Write a starter suite you can edit.
evalgate list List the available scorers and providers.

Flags: --provider --model --tags --concurrency --out --md --junit --json
--tolerance --comment --no-fail
--degrade --tolerance --comment --no-fail
```

Try `evalgate run suite.eval.yaml`, then rerun with `--degrade` to watch the
exit code flip to 1 when the mock provider returns degraded output.

## Library

evalgate is also a library:
Expand Down
3 changes: 3 additions & 0 deletions src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ Common flags:
--tags <a,b> Only run cases with one of these tags.
--out <file> Write the JSON result artifact here.
--md <file> Write a Markdown report here.
--junit <file> Write a JUnit XML report here.
--json Print the JSON result to stdout.
--concurrency <n> Run cases concurrently (default: 1).
--degrade Make the mock provider return degraded output.
--no-fail Do not exit non-zero on failure/regression.

compare flags:
Expand Down