@capgo/cli 4.21.36 → 4.22.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 +2 -1
- package/dist/index.js +126 -126
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -148,7 +148,7 @@ Options:
|
|
|
148
148
|
* `--external <url>` Link to external URL instead of uploading to Capgo Cloud.
|
|
149
149
|
* `--iv-session-key <key>` Set the IV and session key for bundle URL external.
|
|
150
150
|
* `--s3-endpoint <s3Endpoint>` URL of S3 endpoint. Do not work with Partial upload, or external option.
|
|
151
|
-
* `--s3-region <region>` Region for your S3 bucket.
|
|
151
|
+
* `--s3-region <region>` Region for your S3 bucket.
|
|
152
152
|
* `--s3-apikey <apikey>` API key for your S3 endpoint.
|
|
153
153
|
* `--s3-apisecret <apisecret>` API secret for your S3 endpoint.
|
|
154
154
|
* `--s3-bucket-name <bucketName>` Name for your AWS S3 bucket.
|
|
@@ -172,6 +172,7 @@ Options:
|
|
|
172
172
|
* `--tus` Upload the bundle using tus protocol.
|
|
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
|
+
* `--package-json <packageJson>` A path to package.json. Usefull for monorepos.
|
|
175
176
|
|
|
176
177
|
> ⭐️ 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.
|
|
177
178
|
|