Skip to main content
Use this page when you need a quick, honest map of what CloudEval can do today and where the product is headed next.
Roadmap items are not shipped behavior. Treat anything marked In progress or Planned as directional until the docs or cloudeval capabilities --format json say it is current.

Why it matters

Cloud evaluation tools are only useful when teams know what they can trust. This map separates current product capability from roadmap direction so architects, DevOps teams, and AI agents can plan without guessing.

Quick check

For automation, check the live CLI contract first:
cloudeval capabilities --format json
cloudeval mcp status --format json
cloudeval doctor --format json
Expected result:
{
  "ok": true,
  "command": "capabilities",
  "data": {
    "commands": [],
    "domains": {},
    "mcp": {}
  }
}
The real output includes the current command list, frontend deeplinks, MCP toolsets, resources, and prompts.

Status labels

StatusMeaning
CurrentAvailable in the product or CLI today and safe to document as a supported workflow.
In progressActive roadmap work, not generally available yet. Use it for planning, not production commitments.
PlannedDirectional roadmap item. Scope and dates can change.
LimitedPartial, preview, disabled, or not broad enough to treat as a standard workflow.

Capabilities

AreaCapabilityStatusWhat users getStart here
Cloud ingestionAzure Cloud sync connectionsCurrentConnect an Azure subscription or resource group scope and turn it into a CloudEval project.Connect Azure
IaC ingestionSingle ARM template importCurrentUpload or reference ARM JSON before deployment and evaluate it as a project.Import ARM or Bicep
IaC ingestionMulti-file ARM workspace importCurrentPreserve linked or nested ARM templates as source files and resolve them for diagrams and reports with .cloudeval/config.yaml.IaC project config
IaC ingestionBicep review through compiled ARM JSONCurrentCompile Bicep to ARM JSON, then use the same import and report workflow.Automate with the CLI
Project modelProjects, connections, files, and sharingCurrentKeep topology, source inputs, reports, collaboration, and share links together.Projects
DiagramsInteractive architecture and dependency diagramsCurrentInspect cloud resources, relationships, layout, and resource context visually.Diagrams and workspace views
ReportsCost reportsCurrentEstimate cost exposure, savings opportunities, and cost review inputs.Run reports
ReportsArchitecture and Well-Architected reportsCurrentReview pillar scores, findings, issue counts, and architecture recommendations.Report types
ReportsEvaluation coverageCurrentUnderstand the public-safe count of architecture checks, IaC readiness tests, cost signals, graph insights, and release quality gates.Evaluation coverage
ReportsCross-project issues inventoryCurrentTriage architecture findings, cost opportunities, and unit-test failures across projects in /app/issues or with cloudeval issues list.CLI command reference
ReportsSecurity and architecture finding reviewCurrentTriage risk with report evidence and project context.Review findings
ReportsARM/unit-test reports where availableCurrentRun template-focused checks when the project and CloudEval service support them.Report types
AI workspaceGrounded project chatCurrentAsk questions against project metadata, graph data, source inputs, and saved reports.Agent rules
CLIAgentic CLI workflowsCurrentConfigure profiles, create projects, run reports, ask grounded questions, download outputs, and open deeplinks.CLI overview
Agent integrationMCP serverCurrentExpose CloudEval project, report, billing, open-url, and capability tools to MCP-compatible agents.Agent rules
Agent integrationllms.txt and llms-full.txtCurrentGive external agents machine-readable product, CLI, grounding, and limitation context.LLM context
CollaborationShare links, embeds, and invited rolesCurrentShare read-only project views, embed snippets, or collaborate with named users.Sharing
BillingCredits, Pro checkout, plan visibility, and CLI billing summariesCurrentInspect usage, credits, the enabled Day Pass and Pro plans, ledger entries, invoices, top-ups, and billing deeplinks.Plans and billing
Pull requestsGitHub App repository syncCurrentLink a GitHub repository to a CloudEval project so review jobs can resolve repository, branch, commit, and source-root provenance.GitHub repository sync
Pull requestsGitHub Actions composite actionCurrentRun CloudEval review in CI, upload workflow artifacts, and use a scoped access key instead of hand-rolled CLI setup.GitHub Actions integration
Pull requestsPR comments from CloudEval reviewCurrentPost or update one result comment with source provenance, report links, gate result, and drilldowns when repository permissions allow it.GitHub Actions integration
Pull requestsCI job failure via configured gatesCurrentFail the workflow job when .cloudeval/config.yaml ci.gates thresholds are not satisfied.GitHub Actions integration
Editor workflowVS Code sidebar for CloudEval projects and findingsIn progressReview projects, resources, reports, and findings without leaving the editor.Roadmap
Editor workflowInline ARM/Bicep diagnostics and CodeLens actionsIn progressSee IaC risks in context, then explain, evaluate, or draft fixes from the editor.Roadmap
Editor workflowCloudEval MCP tools for VS Code agentsIn progressLet editor agents answer with CloudEval project, graph, and report context.Agent rules
Pull requestsGitHub Checks UI annotationsPlannedAdd richer GitHub-native annotations beyond the workflow job result and PR comment.Roadmap
Pull requestsPR diagram diffsPlannedShow architecture diffs across pull-request changes.Roadmap
Pull requestsNative repo scanning without setupPlannedScan repositories without requiring the current GitHub App plus action workflow setup path.Roadmap
DiagnosticsSnapshot drift and graph diffPlannedCompare project snapshots to see what changed and which risks moved.Roadmap
DiagnosticsBlast radius and risk-path explorationPlannedTrace dependencies, identities, network paths, exposure, data access, and cost impact.Roadmap
Provider coverageAWS, GCP, Terraform, CloudFormation, Kubernetes, and telemetry evidencePlannedBroader coverage with explicit parser, provider, rule, and evidence labels.Cloud support
RemediationRanked fixes, IaC patches, PRs, waivers, owners, and evidence exportsPlannedTurn findings into reviewable change proposals with governance context.Roadmap
Provider coverageAWS and GCP live connection parityLimitedDo not assume full Azure parity today. Treat non-Azure workflows as future or limited until documented otherwise.Cloud support
CommerceTeam, Business, and enterprise self-serve checkoutLimitedTeam and Business are disabled for launch unless billing configuration marks them sellable; Enterprise remains contact sales.Plans and billing

How to use this map

  1. Start with Current rows when planning a real rollout.
  2. Use In progress rows for near-term pilots and design discussions.
  3. Use Planned rows to understand direction, not to make delivery commitments.
  4. Check Limited rows before assuming provider, billing, or integration parity.

Common mistakes

  • Treating roadmap rows as available product behavior.
  • Assuming AWS, GCP, Terraform, CloudFormation, or Kubernetes support matches Azure support.
  • Hard-coding CLI commands without first running cloudeval capabilities --format json.
  • Registering MCP broadly when a focused toolset such as readonly, projects, reports, or billing is enough.

Tips

Last modified on June 23, 2026