---
title: "judgment context"
description: "Manage the default organization and project for commands."
sidebar:
  label: "Context"
seo:
  title: "judgment context CLI Reference | Judgment Docs"
  description: "Command reference for `judgment context`, used to manage default organization and project context in Judgment CLI workflows."
---

> **Warning**
>
> **The Judgment CLI is deprecated and no longer under active development.**
> This reference is retained for existing users. See the [CLI deprecation
> notice](/documentation/cli) for supported alternatives.


Manage the default organization and project for commands.

## Commands

| Command | Description |
| ------- | ----------- |
| [`context clear`](#context-clear) | Clear the saved default organization and project. |
| [`context set`](#context-set) | Select and save the default organization and project. |
| [`context show`](#context-show) | Show the saved default organization and project. |

### `context clear`

Clear the saved default organization and project.

```bash
judgment context clear
```


### `context set`

Select and save the default organization and project.

```bash
judgment context set [OPTIONS]
```

**Options**

| Flag | Type | Required | Description |
| ---- | ---- | -------- | ----------- |
| <code style={{whiteSpace:"nowrap"}}>--organization-id</code>, <code style={{whiteSpace:"nowrap"}}>--org-id</code> | text | no | Organization ID to use. |
| <code style={{whiteSpace:"nowrap"}}>--organization</code>, <code style={{whiteSpace:"nowrap"}}>--org</code> | text | no | Organization name to use. |
| <code style={{whiteSpace:"nowrap"}}>--project-id</code> | text | no | Project ID to use. |
| <code style={{whiteSpace:"nowrap"}}>--project</code> | text | no | Project name to use. |


### `context show`

Show the saved default organization and project.

```bash
judgment context show
```
