> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polpo.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# CLI

> The Polpo command-line interface.

## Installation

```bash theme={null}
npm install -g @polpo-ai/cli
```

This installs the `polpo` command globally. You can also run commands without installing via `npx @polpo-ai/cli <command>`.

## Global options

| Flag            | Description   |
| --------------- | ------------- |
| `-V, --version` | Print version |
| `-h, --help`    | Show help     |

## Update

```bash theme={null}
polpo update [--check]
```
