-
-
Notifications
You must be signed in to change notification settings - Fork 5
Status
rhoopr edited this page Apr 18, 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 --failed
# List pending assets (known to the DB, not yet finalized this sync)
kei status -u my@email.address --pending
# List downloaded assets with their local paths
kei status -u my@email.address --downloadedGlobal flags (--username, --config, --data-dir, --domain, --log-level) apply to this command.
| Flag | Description |
|---|---|
--failed |
Show individual failed assets with error messages |
--pending |
Show pending assets with filename, ID, and last-seen time. Includes assets the current sync scope excludes via filters or album selection. |
--downloaded |
Show downloaded assets with filename, ID, and local path |
--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.