@capgo/cli 7.68.2 → 7.70.0
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 +236 -236
- package/dist/package.json +1 -1
- package/dist/src/api/cryptoV2.d.ts +1 -0
- package/dist/src/bundle/decryptV2.d.ts +1 -0
- package/dist/src/bundle/encryptV2.d.ts +1 -0
- package/dist/src/sdk.d.ts +2 -0
- package/dist/src/sdk.js +208 -208
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -346,6 +346,7 @@ npx @capgo/cli@latest bundle encrypt ./myapp.zip CHECKSUM
|
|
|
346
346
|
| **--key** | <code>string</code> | Custom path for private signing key |
|
|
347
347
|
| **--key-data** | <code>string</code> | Private signing key |
|
|
348
348
|
| **-j,** | <code>string</code> | Output in JSON |
|
|
349
|
+
| **--package-json** | <code>string</code> | Paths to package.json files for monorepos (comma-separated) |
|
|
349
350
|
|
|
350
351
|
### <a id="bundle-decrypt"></a> 🔓 **Decrypt**
|
|
351
352
|
|
|
@@ -369,6 +370,7 @@ npx @capgo/cli@latest bundle decrypt ./myapp_encrypted.zip CHECKSUM
|
|
|
369
370
|
| **--key** | <code>string</code> | Custom path for private signing key |
|
|
370
371
|
| **--key-data** | <code>string</code> | Private signing key |
|
|
371
372
|
| **--checksum** | <code>string</code> | Checksum of the bundle, to verify the integrity of the bundle |
|
|
373
|
+
| **--package-json** | <code>string</code> | Paths to package.json files for monorepos (comma-separated) |
|
|
372
374
|
|
|
373
375
|
### <a id="bundle-zip"></a> 🔹 **Zip**
|
|
374
376
|
|