@capgo/cli 7.5.5 → 7.6.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 +1 -0
- package/dist/index.js +211 -211
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -653,6 +653,7 @@ npx @capgo/cli@latest channel set production com.example.app --bundle 1.0.0 --st
|
|
|
653
653
|
| **--emulator** | <code>boolean</code> | Allow sending update to emulator devices |
|
|
654
654
|
| **--no-emulator** | <code>boolean</code> | Disable sending update to emulator devices |
|
|
655
655
|
| **--package-json** | <code>string</code> | A list of paths to package.json. Useful for monorepos (comma separated ex: ../../package.json,./package.json) |
|
|
656
|
+
| **--ignore-metadata-check** | <code>boolean</code> | Ignore checking node_modules compatibility if present in the bundle |
|
|
656
657
|
|
|
657
658
|
|
|
658
659
|
## <a id="key"></a> 🔐 **Key**
|