Skip to content
rhoopr edited this page May 18, 2026 · 3 revisions

verify

Check that downloaded files still exist on disk and optionally verify their content.

Usage

kei verify
kei verify --checksums

Flags

Flag Description
--checksums Compute and compare SHA-256 hashes for each file. Catches silent corruption but takes longer on large libraries.

How it works

Without --checksums, verify reads the state database and checks that each file marked as downloaded exists at its local_path. Missing files are reported.

With --checksums, it also computes the SHA-256 of each file and compares it against the hash stored at download time. This catches files that exist but have been modified or corrupted since download.

Related

Commands

Getting Started

Features

Clone this wiki locally