@capgo/cli 4.22.11 → 4.23.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 +1 -0
- package/dist/index.js +143 -143
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -173,6 +173,7 @@ Options:
|
|
|
173
173
|
* `--multipart` Uses multipart protocol to upload data to S3, Deprecated, use TUS instead.
|
|
174
174
|
* `--encrypted-checksum <encryptedChecksum>` An encrypted checksum (signature). Used only when uploading an external bundle.
|
|
175
175
|
* `--package-json <packageJson>` A path to package.json. Usefull for monorepos.
|
|
176
|
+
* `--auto-set-bundle` Set the bundle in capacitor.config.json.
|
|
176
177
|
|
|
177
178
|
> ⭐️ External option helps to unlock 2 cases: corporate with privacy concern, don't send the code to a third part and app bigger than 200 MB. With this setting, Capgo store only the link to the zip and sends the link to all apps.
|
|
178
179
|
|