| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @codemagic_patch-cli@0.4.0 source code.tar.gz | 2026-09-14 | 8.8 MB | |
| @codemagic_patch-cli@0.4.0 source code.zip | 2026-09-14 | 9.4 MB | |
| README.md | 2026-09-14 | 1.6 kB | |
| Totals: 3 Items | 18.2 MB | 3 | |
Features
- Improved
cmpatch doctordiagnostics for React Native and Expo projects on iOS and Android, including first-release projects. It now reports clearer root causes and platform-specific guidance, supports bounded delivery verification, and offers a limited, confirmed--fixflow for missing server configuration. - Added
cmpatch demo, a guided local-evaluation walkthrough that installs dependencies, builds and launches the demo app, releases a fix, and links to release details. - Expanded
cmpatch selfhost installwith guided external storage and DNS setup for Cloudflare R2, AWS S3, Google Cloud Storage, Cloudflare, and CloudFront, including delivery verification and recovery support. - Added localhost-only HTTP installation through the direct installer,
scripts/selfhost/install.sh --allow-http, run from a local repository clone. Service ports bind to loopback, so no TLS certificates or public DNS are required.cmpatch selfhost installrequires HTTPS and does not support--allow-http; usecmpatch selfhost local-evalfor a quick local evaluation without OAuth setup.
Fixes
- Improved self-host installation when DNS or storage setup fails: public addresses are validated, unsupported Domain Connect providers fall back to manual instructions, progress findings are explained during waits, and pre-approval failures can be retried with fresh credentials.
- Ctrl+C during storage verification now returns to a correction menu while preserving created resources, and guided rerun instructions include the complete configuration.