@capgo/cli 7.81.0 → 7.81.2

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
@@ -1113,7 +1113,6 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
1113
1113
  | **--path** | <code>string</code> | Path to the project directory to build (default: current directory) |
1114
1114
  | **--platform** | <code>string</code> | Target platform: ios or android (required) |
1115
1115
  | **--build-mode** | <code>string</code> | Build mode: debug or release (default: release) |
1116
- | **--build-config** | <code>string</code> | Additional build configuration as JSON string |
1117
1116
  | **--build-certificate-base64** | <code>string</code> | iOS: Base64-encoded .p12 certificate |
1118
1117
  | **--build-provision-profile-base64** | <code>string</code> | iOS: Base64-encoded provisioning profile |
1119
1118
  | **--build-provision-profile-base64-prod** | <code>string</code> | iOS: Base64-encoded production provisioning profile |