@capgo/cli 7.4.7 → 7.4.8
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 +0 -30
- package/dist/index.js +106 -108
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -130,14 +130,8 @@ npx @capgo/cli@latest login YOUR_API_KEY
|
|
|
130
130
|
|
|
131
131
|
## <a id="bundle"></a> 📦 **Bundle**
|
|
132
132
|
|
|
133
|
-
```bash
|
|
134
|
-
npx @capgo/cli@latest bundle
|
|
135
|
-
```
|
|
136
|
-
|
|
137
133
|
📦 Manage app bundles for deployment in Capgo Cloud, including upload, compatibility checks, and encryption.
|
|
138
134
|
|
|
139
|
-
#### BUNDLE Subcommands:
|
|
140
|
-
|
|
141
135
|
### <a id="bundle-upload"></a> ⬆️ **Upload**
|
|
142
136
|
|
|
143
137
|
**Alias:** `u`
|
|
@@ -384,14 +378,8 @@ npx @capgo/cli@latest bundle zip com.example.app --path ./dist
|
|
|
384
378
|
|
|
385
379
|
## <a id="app"></a> 📱 **App**
|
|
386
380
|
|
|
387
|
-
```bash
|
|
388
|
-
npx @capgo/cli@latest app
|
|
389
|
-
```
|
|
390
|
-
|
|
391
381
|
📱 Manage your Capgo app settings and configurations in Capgo Cloud.
|
|
392
382
|
|
|
393
|
-
#### APP Subcommands:
|
|
394
|
-
|
|
395
383
|
### <a id="app-add"></a> ➕ **Add**
|
|
396
384
|
|
|
397
385
|
**Alias:** `a`
|
|
@@ -532,14 +520,8 @@ npx @capgo/cli@latest app set com.example.app --name "Updated App" --retention 3
|
|
|
532
520
|
|
|
533
521
|
## <a id="channel"></a> 📢 **Channel**
|
|
534
522
|
|
|
535
|
-
```bash
|
|
536
|
-
npx @capgo/cli@latest channel
|
|
537
|
-
```
|
|
538
|
-
|
|
539
523
|
📢 Manage distribution channels for app updates in Capgo Cloud, controlling how updates are delivered to devices.
|
|
540
524
|
|
|
541
|
-
#### CHANNEL Subcommands:
|
|
542
|
-
|
|
543
525
|
### <a id="channel-add"></a> ➕ **Add**
|
|
544
526
|
|
|
545
527
|
**Alias:** `a`
|
|
@@ -675,14 +657,8 @@ npx @capgo/cli@latest channel set production com.example.app --bundle 1.0.0 --st
|
|
|
675
657
|
|
|
676
658
|
## <a id="key"></a> 🔐 **Key**
|
|
677
659
|
|
|
678
|
-
```bash
|
|
679
|
-
npx @capgo/cli@latest key
|
|
680
|
-
```
|
|
681
|
-
|
|
682
660
|
🔐 Manage encryption keys for secure bundle distribution in Capgo Cloud, supporting end-to-end encryption with RSA and AES combination.
|
|
683
661
|
|
|
684
|
-
#### KEY Subcommands:
|
|
685
|
-
|
|
686
662
|
### <a id="key-save"></a> 🔹 **Save**
|
|
687
663
|
|
|
688
664
|
```bash
|
|
@@ -744,14 +720,8 @@ npx @capgo/cli@latest key delete_old
|
|
|
744
720
|
|
|
745
721
|
## <a id="account"></a> 👤 **Account**
|
|
746
722
|
|
|
747
|
-
```bash
|
|
748
|
-
npx @capgo/cli@latest account
|
|
749
|
-
```
|
|
750
|
-
|
|
751
723
|
👤 Manage your Capgo account details and retrieve information for support or collaboration.
|
|
752
724
|
|
|
753
|
-
#### ACCOUNT Subcommands:
|
|
754
|
-
|
|
755
725
|
### <a id="account-id"></a> 🔹 **Id**
|
|
756
726
|
|
|
757
727
|
```bash
|