-
-
Notifications
You must be signed in to change notification settings - Fork 5
Status
rhoopr edited this page Apr 13, 2026
·
4 revisions
Show a summary of the state database - total assets, download counts, and last sync time.
# Show sync summary
kei status -u my@email.address
# List failed assets with their error messages
kei status -u my@email.address --failedGlobal flags (--username, --config, --data-dir, --domain, --log-level) apply to this command.
| Flag | Description |
|---|---|
--failed |
Show individual failed assets with error messages |
--failed lists each asset that didn't download, along with the error. To retry them:
kei sync --retry-failed -u my@email.address -d /photosThis resets failed assets to pending and re-attempts the download.