@capgo/cli 8.37.1 → 8.37.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/index.js +550 -550
- package/dist/package.json +3 -2
- package/dist/src/analytics/track.d.ts +2 -0
- package/dist/src/auth/command-input.d.ts +6 -0
- package/dist/src/login.d.ts +2 -1
- package/dist/src/sdk.js +32 -32
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -208,6 +208,7 @@ npx @capgo/cli@latest init YOUR_API_KEY com.example.app
|
|
|
208
208
|
|
|
209
209
|
| Param | Type | Description |
|
|
210
210
|
| -------------- | ------------- | -------------------- |
|
|
211
|
+
| **-a** | <code>string</code> | API key to link to your account |
|
|
211
212
|
| **-n** | <code>string</code> | App name for display in Capgo Cloud |
|
|
212
213
|
| **-i** | <code>string</code> | App icon path for display in Capgo Cloud |
|
|
213
214
|
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
@@ -318,6 +319,7 @@ npx @capgo/cli@latest login YOUR_API_KEY
|
|
|
318
319
|
|
|
319
320
|
| Param | Type | Description |
|
|
320
321
|
| -------------- | ------------- | -------------------- |
|
|
322
|
+
| **-a** | <code>string</code> | API key to link to your account |
|
|
321
323
|
| **--local** | <code>boolean</code> | Only save in local folder, git ignored for security. |
|
|
322
324
|
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
323
325
|
| **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
|