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

# CLI

> Ad-hoc calls and scripting against the rial API.

For ad-hoc calls and scripting, the `rial` CLI wraps the same public API.

<CodeGroup>
  ```bash install theme={null}
  npm i -g @rial/cli
  ```
</CodeGroup>

```bash theme={null}
rial --help
```
