What problem does it solve? Ionic Appflow reaches end of life on December 31, 2027, leaving teams with Live Updates, Native Builds, and App Store Publishing pipelines that must be moved to a replacement platform without breaking production apps. ## Core Features & Use Cases - Appflow Usage Detection: Scans package.json, capacitor.config, and CI/CD files to identify which Appflow features (Live Updates, Native Builds, App Store Publishing) are in use. - Live Updates SDK Migration: Replaces @capacitor/live-updates or the legacy cordova-plugin-ionic SDK with @capawesome/capacitor-live-update, including config mapping, API call rewrites, and rollback protection. - CI/CD Pipeline Migration: Maps every Appflow CLI command to its Capawesome CLI equivalent and updates authentication, build, upload, and deploy steps. - Use Case: A team with a Capacitor 7 app using Appflow live updates and GitHub Actions builds can follow the guided steps to swap the SDK, update capacitor.config.ts, and rewrite their workflow file with Capawesome CLI commands. ## Quick Start Migrate my Ionic Appflow project to Capawesome Cloud, starting by detecting which Appflow features my project currently uses.