---
title: "CLI Reference"
deprecated: true
description: "Legacy command reference for the deprecated Judgment CLI."
sidebar:
  label: "CLI Reference"
seo:
  title: "Deprecated Judgment CLI Reference | Legacy Commands"
  description: "Legacy command reference for the deprecated Judgment CLI. The CLI is no longer under active development."
---

> **Warning**
>
> **The Judgment CLI is deprecated and no longer under active development.**
> The behavior endpoints and server-backed judge endpoints have also been
> removed. Existing releases may still show those commands, but they return 404
> responses against current servers. See the [CLI deprecation
> notice](/documentation/cli) for supported alternatives.

Reference for the CLI command groups that remain available. The retired
[`behaviors`](/cli-reference/behaviors) and
[`judges`](/cli-reference/judges) pages are retained so old links explain the
change.

For installation, authentication, and quickstart usage, see the [CLI guide](/documentation/cli).

## Command groups

| Group | Description |
| ----- | ----------- |
| [`agent-threads`](/cli-reference/agent-threads) | List and inspect agent thread conversations (global_copilot, custom_agent). |
| [`automations`](/cli-reference/automations) | Manage automations (rules) that fire actions when metrics match conditions. |
| [`context`](/cli-reference/context) | Manage the default organization and project for commands. |
| [`docs`](/cli-reference/docs) | Search and read Judgment documentation. |
| [`organizations`](/cli-reference/organizations) | List the organizations the authenticated user can access. |
| [`projects`](/cli-reference/projects) | Manage projects in your organization. |
| [`prompts`](/cli-reference/prompts) | Fetch and commit versioned prompts in a project, including tagging commits (e.g. `production`). |
| [`sessions`](/cli-reference/sessions) | Search and inspect sessions in a project. |
| [`traces`](/cli-reference/traces) | Search, inspect, tag, and re-evaluate traces in a project. |
