🚀 init
🚀 Initialize a new app in CodePushGo Cloud with step-by-step guidance.
Alias: i
npx @capgo/cli@latest initThis includes adding code for updates, building, uploading your app, and verifying update functionality.
Example:
npx @capgo/cli@latest init YOUR_API_KEY com.example.appOptions
| Param | Type | Description |
|---|---|---|
| -n, | string | App name for display in CodePushGo Cloud |
| -i, | string | App icon path for display in CodePushGo Cloud |
| —supa-host | string | Supabase host URL for custom setups |
| —supa-anon | string | Supabase anon token for custom setups |