Skip to content
Judgment Labs
Esc
navigateopen⌘Jpreview
On this page

judgment judges

The server-backed Judgment CLI judge commands are no longer supported.

Use the Judgment Platform or Judgment MCP server to view and manage judges and their behaviors.

Local judge scaffolding

judges init remains available because it only creates files on your local machine. The generated custom judge cannot be uploaded with the CLI because judges upload is no longer supported.

judgment judges init [OPTIONS]
Flag Type Required Description
-t, --response-type binary, categorical, numeric yes Response type for the judge.
-n, --name text yes Judge class name (must be a valid Python identifier).
-p, --init-path text no Directory in which to create the judge file.
-r, --include-requirements boolean no Also create an empty requirements.txt next to the judge file.
-y, --yes boolean no Skip the file creation confirmation prompt.

Was this page helpful?