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