This section gets you to first value fast: project setup, diagram generation, and AI-assisted validation.
Why it matters
A quick and correct first run makes every later workflow easier, especially report generation and CI checks.
Quick example
cloudeval login
cloudeval ask "Summarize this architecture in 5 bullets" --project <project_id>
Expected output:
A short architecture summary scoped to your selected project.
Step-by-step instructions
- Complete Installation.
- Run Quickstart Workflow.
- Build Your First Diagram.
- Use AI Chat Basics.
- Optional: run CLI Quickstart.
Code examples
# Non-interactive answer for automation
cloudeval ask "List internet-facing resources" --project <project_id> --json
Expected output
- You can open a project and inspect generated architecture.
- AI chat answers are grounded in project context.
- CLI commands run with either device login or API key.
Common mistakes
- Skipping project scoping in CLI commands.
- Using very large templates for first run.
- Not validating current feature status before relying on an advanced flow.
Tips / best practices
- Start with one small, representative template.
- Use clear prompt structure: objective, scope, output format.
- Bookmark Feature Availability while onboarding.
Related pages
Last modified on March 5, 2026