CloudEval has two terminal modes: an interactive terminal UI for humans and explicit commands for scripts, agents, and CI jobs.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.

When to use the terminal UI
Use the terminal UI when you want to stay in a terminal but still inspect CloudEval interactively.
- browsing projects
- jumping into project reports
- reviewing chat or help context
- opening exact app pages from a project-oriented terminal session
--format json instead.
When to use explicit commands
Use explicit commands when another tool needs predictable output.
- CI jobs
- MCP-adjacent automation
- shell scripts
- local agents
- repeatable report generation
- saving output to files
Output rules
For machine-readable commands:- stdout is the data channel
- stderr is for prompts, progress, warnings, and browser-open messages
--output <file>writes durable artifacts when supported--profile <name>keeps defaults scoped to one agent or workspace
