capgo-cloud-migration
Installation
SKILL.md
Capgo Cloud Migration
Migrate an existing Capacitor project from Capgo to Capawesome Cloud.
Prerequisites
- A Capacitor 6, 7, or 8 app currently using Capgo for live updates.
- 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 Capgo configuration, packages, or signing keys 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. - The Capgo app ID is a native bundle ID (e.g.
com.example.app), while the Capawesome Cloud app ID is a UUID. Never copy the Capgo app ID into the Capawesome configuration.