Skip to content
rhoopr edited this page Apr 13, 2026 · 4 revisions

status

Show a summary of the state database - total assets, download counts, and last sync time.

Usage

# Show sync summary
kei status -u my@email.address

# List failed assets with their error messages
kei status -u my@email.address --failed

Flags

Global flags (--username, --config, --data-dir, --domain, --log-level) apply to this command.

Flag Description
--failed Show individual failed assets with error messages

Working with Failures

--failed lists each asset that didn't download, along with the error. To retry them:

kei sync --retry-failed -u my@email.address -d /photos

This resets failed assets to pending and re-attempts the download.

Related

Clone this wiki locally