CLI Reference
nova drift — Detect & Fix Drift
Audit live cloud resources against state lock hash and remediate manual console modifications.
Audit live cloud resources against your SHA-256 state lock hash and optionally remediate manual cloud console modifications to restore infrastructure to the code-defined state.
Syntax
Terminal
nova drift [options]Options
| Option | Description | Default |
|---|---|---|
| --fix | Automatically remediate drift by overwriting live cloud resources | — |
| --target <provider> | Target cloud driver (aws, cloudflare, docker) | — |
| --env <namespace> | Environment namespace | — |
Examples
Audit for Drift
Terminal
nova drift --target awsAuto-Fix Drift
Terminal
nova drift --target aws --fix