@capgo/cli 7.94.2 → 7.94.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 CHANGED
@@ -1197,6 +1197,7 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
1197
1197
  | Param | Type | Description |
1198
1198
  | -------------- | ------------- | -------------------- |
1199
1199
  | **--path** | <code>string</code> | Path to the project directory to build (default: current directory) |
1200
+ | **--node-modules** | <code>string</code> | Paths to node_modules directories for monorepos (comma-separated) |
1200
1201
  | **--platform** | <code>string</code> | Target platform: ios or android (required) |
1201
1202
  | **--build-mode** | <code>string</code> | Build mode: debug or release (default: release) |
1202
1203
  | **--build-certificate-base64** | <code>string</code> | iOS: Base64-encoded .p12 certificate |