@capgo/cli 4.25.5 → 4.26.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 +4 -0
- package/dist/index.js +60 -60
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -174,6 +174,7 @@ Options:
|
|
|
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
176
|
* `--auto-set-bundle` Set the bundle in capacitor.config.json.
|
|
177
|
+
* `--node-modules <nodeModules>` A list of path to node_modules. Usefull for monorepos (comma separated ex: ../../node_modules,./node_modules).
|
|
177
178
|
|
|
178
179
|
> ⭐️ 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.
|
|
179
180
|
|
|
@@ -313,6 +314,9 @@ Optionally, you can give:
|
|
|
313
314
|
|
|
314
315
|
* `--apikey [key]` API key to link to your account.
|
|
315
316
|
* `--text` use text instead of emojis in the table
|
|
317
|
+
* `--channel [channel]` the channel to check the compatibility with.
|
|
318
|
+
* `--package-json <packageJson>` A path to package.json. Usefull for monorepos
|
|
319
|
+
* `--node-modules <nodeModules>` A list of path to node_modules. Usefull for monorepos (comma separated ex: ../../node_modules,./node_modules)
|
|
316
320
|
|
|
317
321
|
## Channel
|
|
318
322
|
|