> ## Documentation Index
> Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# verify

> Confirm repository integrity and validate data consistency using the Diversion verify command.

Verify the filesystem integrity compared to multiple sources of truth.

```bash theme={null}
dv verify [--mirror <mirror>] [--intact]
```

`--mirror` is the path to an un-versioned local directory that should reflect the expected contents of the workspace.

`--intact` if set, verify all items in tree are intact (without modifications).
