---
title: "judgment completion"
description: "Print a shell-completion script for SHELL."
seo:
  title: "judgment completion CLI Reference | Judgment Docs"
  description: "Command reference for `judgment completion`, used to print shell completion scripts 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.


## `completion`

Print a shell-completion script for SHELL.

```bash
  Eval the output from your shell's rc file:


    # bash (~/.bashrc)
    eval "$(judgment completion bash)"


    # zsh (~/.zshrc)
    eval "$(judgment completion zsh)"


    # fish (~/.config/fish/config.fish)
    judgment completion fish | source
```

```bash
judgment completion <SHELL>
```

**Arguments**

| Name | Required |
| ---- | -------- |
| `SHELL` | yes |
