@capgo/cli 4.25.1 → 4.25.4
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 +4 -4
- package/dist/index.js +196 -196
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -154,10 +154,10 @@ Options:
|
|
|
154
154
|
* `--s3-bucket-name <bucketName>` Name for your AWS S3 bucket.
|
|
155
155
|
* `--s3-port <port>` Port for your S3 endpoint.
|
|
156
156
|
* `--no-s3-ssl` Disable SSL for S3 upload.
|
|
157
|
-
* `--key <key>` Custom path for public signing key.
|
|
158
|
-
* `--key-data <keyData>` Public signing key.
|
|
159
|
-
* `--key-v2 <key>` Custom path for private signing key.
|
|
160
|
-
* `--key-data-v2 <keyData>` Private signing key.
|
|
157
|
+
* `--key <key>` Custom path for public signing key (v1 system).
|
|
158
|
+
* `--key-data <keyData>` Public signing key (v1 system).
|
|
159
|
+
* `--key-v2 <key>` Custom path for private signing key (v2 system).
|
|
160
|
+
* `--key-data-v2 <keyData>` Private signing key (v2 system).
|
|
161
161
|
* `--bundle-url` Prints bundle URL into stdout.
|
|
162
162
|
* `--no-key` Ignore signing key and send clear update.
|
|
163
163
|
* `--no-code-check` Ignore checking if notifyAppReady() is called in source code and index present in root folder.
|