@capgo/cli 7.77.0 → 7.79.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 +2 -0
- package/dist/index.js +57 -57
- package/dist/package.json +1 -1
- package/dist/src/schemas/build.d.ts +12 -0
- package/dist/src/schemas/sdk.d.ts +2 -0
- package/dist/src/sdk.js +35 -35
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1125,6 +1125,8 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
|
|
|
1125
1125
|
| **--apple-key-content** | <code>string</code> | iOS: Base64-encoded App Store Connect API key (.p8) |
|
|
1126
1126
|
| **--apple-profile-name** | <code>string</code> | iOS: Provisioning profile name |
|
|
1127
1127
|
| **--app-store-connect-team-id** | <code>string</code> | iOS: App Store Connect Team ID |
|
|
1128
|
+
| **--ios-scheme** | <code>string</code> | iOS: Xcode scheme to build (default: App) |
|
|
1129
|
+
| **--ios-target** | <code>string</code> | iOS: Xcode target for reading build settings (default: same as scheme) |
|
|
1128
1130
|
| **--android-keystore-file** | <code>string</code> | Android: Base64-encoded keystore file |
|
|
1129
1131
|
| **--keystore-key-alias** | <code>string</code> | Android: Keystore key alias |
|
|
1130
1132
|
| **--keystore-key-password** | <code>string</code> | Android: Keystore key password |
|