ionic-appflow-migration
Installation
SKILL.md
Ionic Appflow Migration
Migrate an existing Ionic/Capacitor project from Ionic Appflow to Capawesome Cloud.
Prerequisites
- A Capacitor 6, 7, or 8 app currently using Ionic Appflow.
- Node.js 18+ and npm installed.
- Access to the project's source code repository.
- A Capawesome Cloud account and organization.
General Rules
- Before running any
@capawesome/clicommand for the first time, run it with the--helpflag to review all available options. - Do not remove Ionic Appflow configuration until the corresponding Capawesome Cloud feature is fully set up and verified.
- Determine the Capacitor version from
package.json(@capacitor/core) before making any changes — it affects which plugin version and update strategy to use.