Skip to main content
The drift command group detects, lists, and manages configuration drift — cases where live infrastructure diverges from its expected or baseline state. Drift findings are categorized by severity and type.

drift detect

Trigger a drift detection scan across all resources from all connected providers:
To scan a specific provider, combine with --provider on drift list after the scan, or use the provider sync command first to ensure resources are up to date.

drift list

List drift findings with optional filters. Synopsis:
Examples:

drift get

Show full details for a single drift finding, including the expected and actual values: Synopsis:
Example:

drift summary

Show an aggregate summary of drift findings grouped by severity:
Example output:

drift resolve

Mark a drift finding as resolved after you have addressed the underlying issue: Synopsis:
Example:

drift acknowledge

Acknowledge a drift finding to indicate it is under investigation, without marking it as resolved: Synopsis:
Example:
To generate an AI-powered remediation suggestion for a drift finding, use infraudit remediation suggest-drift <id>.