@capgo/cli 7.81.1 → 7.82.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 +1 -0
- package/dist/index.js +242 -242
- package/dist/package.json +1 -1
- package/dist/src/build/credentials-command.d.ts +1 -0
- package/dist/src/schemas/build.d.ts +24 -0
- package/dist/src/schemas/sdk.d.ts +4 -0
- package/dist/src/sdk.js +182 -182
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1126,6 +1126,7 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
|
|
|
1126
1126
|
| **--app-store-connect-team-id** | <code>string</code> | iOS: App Store Connect Team ID |
|
|
1127
1127
|
| **--ios-scheme** | <code>string</code> | iOS: Xcode scheme to build (default: App) |
|
|
1128
1128
|
| **--ios-target** | <code>string</code> | iOS: Xcode target for reading build settings (default: same as scheme) |
|
|
1129
|
+
| **--ios-distribution** | <code>string</code> | iOS: Distribution mode |
|
|
1129
1130
|
| **--android-keystore-file** | <code>string</code> | Android: Base64-encoded keystore file |
|
|
1130
1131
|
| **--keystore-key-alias** | <code>string</code> | Android: Keystore key alias |
|
|
1131
1132
|
| **--keystore-key-password** | <code>string</code> | Android: Keystore key password |
|