# benchweave verify


Check manifest digests + store integrity (exit 0 iff clean).


``` bash
benchweave verify [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: benchweave verify [OPTIONS]

      Check manifest digests + store integrity (exit 0 iff clean).

    Options:
      --data-dir PATH  Data directory (or backup archive) carrying manifest.json.
                       [required]
      --json           Emit the stable machine JSON contract instead of text.
      --help           Show this message and exit.


# Options


`--data-dir: PATH`  
**Required.** Data directory (or backup archive) carrying manifest.json. Environment variable: `BENCHWEAVE_DATA_DIR`.

`--json`  
Emit the stable machine JSON contract instead of text.
