@capgo/cli 7.6.4 โ 7.7.1
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 +30 -0
- package/dist/index.js +149 -149
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -126,6 +126,8 @@ npx @capgo/cli@latest login YOUR_API_KEY
|
|
|
126
126
|
| Param | Type | Description |
|
|
127
127
|
| -------------- | ------------- | -------------------- |
|
|
128
128
|
| **--local** | <code>boolean</code> | Only save in local folder, git ignored for security. |
|
|
129
|
+
| **--supa-host** | <code>string</code> | Supabase host URL for custom setups |
|
|
130
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token for custom setups |
|
|
129
131
|
|
|
130
132
|
|
|
131
133
|
## <a id="bundle"></a> ๐ฆ **Bundle**
|
|
@@ -230,6 +232,8 @@ npx @capgo/cli@latest bundle compatibility com.example.app --channel production
|
|
|
230
232
|
| **--text** | <code>boolean</code> | Output text instead of emojis |
|
|
231
233
|
| **--package-json** | <code>string</code> | A list of paths to package.json. Useful for monorepos (comma separated ex: ../../package.json,./package.json) |
|
|
232
234
|
| **--node-modules** | <code>string</code> | A list of paths to node_modules. Useful for monorepos (comma separated ex: ../../node_modules,./node_modules) |
|
|
235
|
+
| **--supa-host** | <code>string</code> | Supabase host URL for custom setups |
|
|
236
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token for custom setups |
|
|
233
237
|
|
|
234
238
|
### <a id="bundle-delete"></a> ๐๏ธ **Delete**
|
|
235
239
|
|
|
@@ -252,6 +256,8 @@ npx @capgo/cli@latest bundle delete BUNDLE_ID com.example.app
|
|
|
252
256
|
| Param | Type | Description |
|
|
253
257
|
| -------------- | ------------- | -------------------- |
|
|
254
258
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
259
|
+
| **--supa-host** | <code>string</code> | Supabase host URL for custom setups |
|
|
260
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token for custom setups |
|
|
255
261
|
|
|
256
262
|
### <a id="bundle-list"></a> ๐ **List**
|
|
257
263
|
|
|
@@ -274,6 +280,8 @@ npx @capgo/cli@latest bundle list com.example.app
|
|
|
274
280
|
| Param | Type | Description |
|
|
275
281
|
| -------------- | ------------- | -------------------- |
|
|
276
282
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
283
|
+
| **--supa-host** | <code>string</code> | Supabase host URL for custom setups |
|
|
284
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token for custom setups |
|
|
277
285
|
|
|
278
286
|
### <a id="bundle-cleanup"></a> ๐งน **Cleanup**
|
|
279
287
|
|
|
@@ -301,6 +309,8 @@ npx @capgo/cli@latest bundle cleanup com.example.app --bundle=1.0 --keep=3
|
|
|
301
309
|
| **-k,** | <code>string</code> | Number of versions to keep |
|
|
302
310
|
| **-f,** | <code>string</code> | Force removal |
|
|
303
311
|
| **--ignore-channel** | <code>boolean</code> | Delete all versions even if linked to a channel, this will delete channel as well |
|
|
312
|
+
| **--supa-host** | <code>string</code> | Supabase host URL for custom setups |
|
|
313
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token for custom setups |
|
|
304
314
|
|
|
305
315
|
### <a id="bundle-encrypt"></a> ๐ **Encrypt**
|
|
306
316
|
|
|
@@ -404,6 +414,8 @@ npx @capgo/cli@latest app add com.example.app --name "My App" --icon ./icon.png
|
|
|
404
414
|
| **-n,** | <code>string</code> | App name for display in Capgo Cloud |
|
|
405
415
|
| **-i,** | <code>string</code> | App icon path for display in Capgo Cloud |
|
|
406
416
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
417
|
+
| **--supa-host** | <code>string</code> | Supabase host URL for custom setups |
|
|
418
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token for custom setups |
|
|
407
419
|
|
|
408
420
|
### <a id="app-delete"></a> ๐๏ธ **Delete**
|
|
409
421
|
|
|
@@ -424,6 +436,8 @@ npx @capgo/cli@latest app delete com.example.app
|
|
|
424
436
|
| Param | Type | Description |
|
|
425
437
|
| -------------- | ------------- | -------------------- |
|
|
426
438
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
439
|
+
| **--supa-host** | <code>string</code> | Supabase host URL for custom setups |
|
|
440
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token for custom setups |
|
|
427
441
|
|
|
428
442
|
### <a id="app-list"></a> ๐ **List**
|
|
429
443
|
|
|
@@ -446,6 +460,8 @@ npx @capgo/cli@latest app list
|
|
|
446
460
|
| Param | Type | Description |
|
|
447
461
|
| -------------- | ------------- | -------------------- |
|
|
448
462
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
463
|
+
| **--supa-host** | <code>string</code> | Supabase host URL for custom setups |
|
|
464
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token for custom setups |
|
|
449
465
|
|
|
450
466
|
### <a id="app-debug"></a> ๐ **Debug**
|
|
451
467
|
|
|
@@ -468,6 +484,8 @@ npx @capgo/cli@latest app debug com.example.app --device DEVICE_ID
|
|
|
468
484
|
| -------------- | ------------- | -------------------- |
|
|
469
485
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
470
486
|
| **-d,** | <code>string</code> | The specific device ID to debug |
|
|
487
|
+
| **--supa-host** | <code>string</code> | Supabase host URL for custom setups |
|
|
488
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token for custom setups |
|
|
471
489
|
|
|
472
490
|
### <a id="app-setting"></a> โ๏ธ **Setting**
|
|
473
491
|
|
|
@@ -516,6 +534,8 @@ npx @capgo/cli@latest app set com.example.app --name "Updated App" --retention 3
|
|
|
516
534
|
| **-i,** | <code>string</code> | App icon path for display in Capgo Cloud |
|
|
517
535
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
518
536
|
| **-r,** | <code>string</code> | Retention period of app bundle in days, 0 by default = infinite |
|
|
537
|
+
| **--supa-host** | <code>string</code> | Supabase host URL for custom setups |
|
|
538
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token for custom setups |
|
|
519
539
|
|
|
520
540
|
|
|
521
541
|
## <a id="channel"></a> ๐ข **Channel**
|
|
@@ -544,6 +564,8 @@ npx @capgo/cli@latest channel add production com.example.app --default
|
|
|
544
564
|
| -------------- | ------------- | -------------------- |
|
|
545
565
|
| **-d,** | <code>string</code> | Set the channel as default |
|
|
546
566
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
567
|
+
| **--supa-host** | <code>string</code> | Supabase host URL, for self-hosted Capgo or testing |
|
|
568
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token, for self-hosted Capgo or testing |
|
|
547
569
|
|
|
548
570
|
### <a id="channel-delete"></a> ๐๏ธ **Delete**
|
|
549
571
|
|
|
@@ -568,6 +590,8 @@ npx @capgo/cli@latest channel delete production com.example.app
|
|
|
568
590
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
569
591
|
| **--delete-bundle** | <code>boolean</code> | Delete the bundle associated with the channel |
|
|
570
592
|
| **--success-if-not-found** | <code>boolean</code> | Success if the channel is not found |
|
|
593
|
+
| **--supa-host** | <code>string</code> | Supabase host URL, for self-hosted Capgo or testing |
|
|
594
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token, for self-hosted Capgo or testing |
|
|
571
595
|
|
|
572
596
|
### <a id="channel-list"></a> ๐ **List**
|
|
573
597
|
|
|
@@ -590,6 +614,8 @@ npx @capgo/cli@latest channel list com.example.app
|
|
|
590
614
|
| Param | Type | Description |
|
|
591
615
|
| -------------- | ------------- | -------------------- |
|
|
592
616
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
617
|
+
| **--supa-host** | <code>string</code> | Supabase host URL, for self-hosted Capgo or testing |
|
|
618
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token, for self-hosted Capgo or testing |
|
|
593
619
|
|
|
594
620
|
### <a id="channel-currentBundle"></a> ๐ฆ **CurrentBundle**
|
|
595
621
|
|
|
@@ -612,6 +638,8 @@ npx @capgo/cli@latest channel currentBundle production com.example.app
|
|
|
612
638
|
| **-c,** | <code>string</code> | Channel to get the current bundle from |
|
|
613
639
|
| **-a,** | <code>string</code> | API key to link to your account |
|
|
614
640
|
| **--quiet** | <code>boolean</code> | Only print the bundle version |
|
|
641
|
+
| **--supa-host** | <code>string</code> | Supabase host URL, for self-hosted Capgo or testing |
|
|
642
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token, for self-hosted Capgo or testing |
|
|
615
643
|
|
|
616
644
|
### <a id="channel-set"></a> โ๏ธ **Set**
|
|
617
645
|
|
|
@@ -654,6 +682,8 @@ npx @capgo/cli@latest channel set production com.example.app --bundle 1.0.0 --st
|
|
|
654
682
|
| **--no-emulator** | <code>boolean</code> | Disable sending update to emulator devices |
|
|
655
683
|
| **--package-json** | <code>string</code> | A list of paths to package.json. Useful for monorepos (comma separated ex: ../../package.json,./package.json) |
|
|
656
684
|
| **--ignore-metadata-check** | <code>boolean</code> | Ignore checking node_modules compatibility if present in the bundle |
|
|
685
|
+
| **--supa-host** | <code>string</code> | Supabase host URL, for self-hosted Capgo or testing |
|
|
686
|
+
| **--supa-anon** | <code>string</code> | Supabase anon token, for self-hosted Capgo or testing |
|
|
657
687
|
|
|
658
688
|
|
|
659
689
|
## <a id="key"></a> ๐ **Key**
|