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

# Install the CLI

> Install the warpscale command.

The CLI, `warpscale`, ships in the same archive as the [probe](/install/probe/linux-host).

```bash theme={null}
sudo install -m 0755 warpscale /usr/local/bin/
warpscale version
```

Install it wherever you run Warpscale commands.

## Commands

| Command                                        |                                                      |
| ---------------------------------------------- | ---------------------------------------------------- |
| [`warpscale run -- <command>`](/training/wrap) | Run a training command with Warpscale GPU telemetry. |
| `warpscale version`                            | Print the version and exit.                          |

Run `warpscale <command> --help` for a command's own flags.

## Global flags

These apply to every command.

| Flag         | Default                              |                                  |
| ------------ | ------------------------------------ | -------------------------------- |
| `--debug`    | `false`                              | Enable debug logging.            |
| `--logfile`  | —                                    | Log to a file instead of stderr. |
| `--uds-path` | `/var/run/warpscale/warpscaled.sock` | Socket the probe listens on.     |

## Upgrade

Replace the binary from the same release as the probe. Do not upgrade one on its own.

## Uninstall

```bash theme={null}
sudo rm -f /usr/local/bin/warpscale
```
