🚀 init
Ce contenu n'est pas encore disponible dans votre langue.
🚀 Initialize a new app in Capgo 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
Section titled “ 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 | Custom Supabase host URL (for self-hosting or Capgo development) |
| —supa-anon | string | Custom Supabase anon key (for self-hosting) |