Update wiki for v0.20 config migration
Document v0.8.0: --report-json, extended notification vars, sync summary
- New CLI-report-json.md: JSON schema, stats fields, skip breakdown, example output
- CLI-notification-script.md: 21 new KEI_* env vars (counts, transfer, errors, skip breakdown)
- Sync.md: add --report-json to operational flags table
- Home.md: add --report-json to sync key flags
- Download-Pipeline.md: sync summary section, bandwidth/disk tracking
- Docker.md: JSON sync reports section with KEI_REPORT_JSON env var
v0.8.0: add --report-json page, update notification env vars
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.
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
Replace em dashes with hyphens, fix banned word
Update wiki for v0.3.0: Docker notification walkthrough, install instructions, EXIF compat note
- Docker: update base image description, add full notification script setup walkthrough (host file, env vars, config.toml reference)
- Home: replace cargo build with brew/docker install, add submit-code, --config, --notification-script, Configuration and Docker links
- Configuration: list all 5 --size values, add interval comment on skip_created_before
- Exif: add compatibility note on size difference vs Python piexif
- Authentication: add headless MFA section
- Sidebar: add Configuration, Docker, --config, --notification-script, Migration links
- Add new pages: CLI-config, CLI-notification-script, Configuration, Docker, Migration-from-Python