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

# Medera CLI

> Command-line tools for docs, deployments, and evaluations

The `medera` CLI ships docs generation, deployment helpers, and the STT / multimodal evaluation harness.

```bash theme={"system"}
npm i -g @medera/cli
medera login
medera deployments list
medera eval stt --audio./eval --reference./ref --report./out.html

```
