Skip to content

Commit

Permalink
docs: include --filter-* commands (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkoh committed May 1, 2024
1 parent ba8da4e commit 65e2d7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/docs/usage/command-line.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ By default the `eval` command will read the `promptfooconfig.yaml` configuration
| `-j, --max-concurrency <number>` | Maximum number of concurrent API calls |
| `--env-file` | Path to env file (defaults to .env) |
| `--interactive-providers` | Run 1 provider at a time and prompt user to continue |
| `-n, --first-n` | Run the first N test cases |
| `--filter-failing <path>` | Run only failing tests from previous evaluation. Path to JSON output file from the previous evaluation. |
| `-n, --filter-first-n` | Run the first N test cases |
| `--filter-pattern <pattern>` | Run only test cases whose `description` matches the regex pattern |

[1]: /docs/providers/openai
[2]: /docs/providers/localai
Expand Down

0 comments on commit 65e2d7b

Please sign in to comment.