Command Reference
Rubrics
Inspect eval rubrics and their versions.
Inspect eval rubrics (the judge prompts evals run against) and their versions from the terminal.
inf rubric vs inf eval
inf rubric is the read-oriented view of rubrics: get a rubric, list versions, and pin. inf eval rubric is the full workflow — create rubrics, launch run groups, and inspect results. For anything beyond inspection, use inf eval rubric.
Commands
Run inf rubric <verb> --help for each verb's options. The generated surface covers:
| Verb | Description |
|---|---|
list | List rubrics for the team or a project |
get | Get a rubric with its latest version |
get-version | Get a rubric pinned to a specific version |
versions | List every version of a rubric |
create / create-version | Create a judge rubric (with its first version) or add a version |
rename | archive / unarchive |
set-judge-model | Set a rubric's judge model route |
set-models | Set the candidate model routes a rubric evaluates |
generate-draft | Generate a draft judge rubric from a dataset's traffic |
Related commands
inf eval rubriccovers rubric creation and the full eval workflow.