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

# Cloudeval CLI

> Install the CLI, choose a workflow, automate evaluations, use the terminal UI, and look up commands.

Use the CLI when cloud review needs to run beside source code, in CI, or through an agent-compatible terminal workflow.

<Columns cols={2}>
  <Card title="Get started" icon="rocket" href="/cli/get-started">
    Install, authenticate, create or select a project, and run the first command.
  </Card>

  <Card title="Choose a CLI workflow" icon="route" href="/cli/workflows">
    Pick the right command for projects, reports, review, diagrams, agents, or automation.
  </Card>

  <Card title="Interactive terminal" icon="square-terminal" href="/cli/terminal">
    Use the keyboard-driven project and report experience.
  </Card>

  <Card title="Command reference" icon="list" href="/cli/commands">
    Look up commands, flags, JSON output, and automation contracts.
  </Card>
</Columns>

## Fast path

```bash theme={null}
npx @cloudeval/cli login
npx @cloudeval/cli status
```

For unattended workflows, continue with [Automate evaluations](/cli/automation). For AI clients, use [Agents and MCP](/agents).
