recommendation command group (alias: rec) surfaces AI-powered optimization suggestions generated by InfraAudit’s Gemini-backed analysis engine. Recommendations cover cost savings, security hardening, and compliance improvements.
recommendation list
List recommendations with optional filters.
Synopsis:
| Flag | Values | Description |
|---|---|---|
--type | cost, performance, security | Filter by recommendation category |
--priority | high, medium, low | Filter by priority level |
--status | pending, applied, dismissed | Filter by action status |
recommendation get
Show full details for a specific recommendation, including the rationale, estimated impact, and suggested actions:
Synopsis:
recommendation generate
Trigger a new AI analysis run to generate fresh recommendations based on the current state of your infrastructure:
recommendation savings
Show the total potential savings across all pending cost recommendations:
recommendation apply
Mark a recommendation as applied:
Synopsis:
recommendation dismiss
Dismiss a recommendation so it no longer appears in the default list:
Synopsis:
For automated, approval-gated fix execution, use the
remediation command group. Recommendations describe what to change; remediations execute the change against live infrastructure.