Update wiki for v0.7.0: new commands, filters, deprecations
- Add CLI pages: live-photo-mode, exclude-album, filename-exclude, data-dir
- Update all references: credential->password, cookie-directory->data-dir,
get-code->login get-code, retry-failed->sync --retry-failed, etc.
- Mark deprecated flags: auth-only, list-albums, list-libraries,
skip-live-photos, cookie-directory, reset-sync-token
- Update Content-Filtering, Folder-Structure, Configuration, Docker,
Authentication, Credentials, State-Tracking, Live-Photos, Home
Use explicit `kei sync` in all command examples
Update all wiki examples to use `kei sync` instead of bare `kei` when
passing sync flags. Deprecated flag pages (auth-only, list-albums,
list-libraries, cookie-directory) are left unchanged.
Update wiki for v0.6.0: credentials, password sources, Docker, and robustness changes
New pages: Credentials, CLI-password-file, CLI-password-command, CLI-save-password.
Updated: Authentication, Docker, Configuration, Watch-Mode, Download-Pipeline,
Live-Photos, Retry, Home, Sidebar, and CLI pages for auth-only, max-retries,
retry-delay, watch-with-interval, password.
Rename icloudpd-rs to kei across all wiki pages
- Binary/project name: icloudpd-rs → kei
- Cookie directory default: ~/.icloudpd-rs → ~/.config/kei/cookies
- Config path default: ~/.config/icloudpd-rs/config.toml → ~/.config/kei/config.toml
- Temp suffix default: .icloudpd-tmp → .kei-tmp
- Docker image: ghcr.io/rhoopr/icloudpd-rs → ghcr.io/rhoopr/kei
- Homebrew: brew install rhoopr/kei/kei
- Notification env vars: ICLOUDPD_* → KEI_*
- Add setup subcommand to commands table
- Update Docker version tag to v0.5.0
Update wiki for code review fixes: checksum warnings, EXIF tracking, path sanitization, password redaction, AM/PM matching
Add documentation from docs/ to wiki