@capgo/cli 8.13.0 → 8.14.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 CHANGED
@@ -1273,8 +1273,9 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
1273
1273
  | **--build-mode** | <code>string</code> | Build mode: debug or release (default: release) |
1274
1274
  | **--build-certificate-base64** | <code>string</code> | iOS: Base64-encoded .p12 certificate |
1275
1275
  | **--p12-password** | <code>string</code> | iOS: Certificate password (optional if cert has no password) |
1276
- | **--apple-id** | <code>string</code> | iOS: Apple ID email |
1277
- | **--apple-app-specific-password** | <code>string</code> | iOS: App-specific password |
1276
+ | **--apple-id** | <code>string</code> | iOS: Apple ID email for app-specific password uploads (alternative to App Store Connect API key) |
1277
+ | **--apple-app-specific-password** | <code>string</code> | iOS: App-specific password (xxxx-xxxx-xxxx-xxxx) for TestFlight uploads |
1278
+ | **--apple-app-id** | <code>string</code> | iOS: Numeric App Store Connect app id (required together with --apple-id and --apple-app-specific-password) |
1278
1279
  | **--apple-key-id** | <code>string</code> | iOS: App Store Connect API Key ID |
1279
1280
  | **--apple-issuer-id** | <code>string</code> | iOS: App Store Connect Issuer ID |
1280
1281
  | **--apple-key-content** | <code>string</code> | iOS: Base64-encoded App Store Connect API key (.p8) |
@@ -1422,8 +1423,9 @@ iOS Example:
1422
1423
  | **--apple-issuer-id** | <code>string</code> | iOS: App Store Connect Issuer ID |
1423
1424
  | **--apple-team-id** | <code>string</code> | iOS: App Store Connect Team ID |
1424
1425
  | **--ios-distribution** | <code>string</code> | iOS: Distribution mode |
1425
- | **--apple-id** | <code>string</code> | iOS: Apple ID email (optional) |
1426
- | **--apple-app-password** | <code>string</code> | iOS: App-specific password (optional) |
1426
+ | **--apple-id** | <code>string</code> | iOS: Apple ID email for app-specific password uploads (alternative to App Store Connect API key) |
1427
+ | **--apple-app-specific-password** | <code>string</code> | iOS: App-specific password (xxxx-xxxx-xxxx-xxxx) for TestFlight uploads |
1428
+ | **--apple-app-id** | <code>string</code> | iOS: Numeric App Store Connect app id (required together with --apple-id and --apple-app-specific-password) |
1427
1429
  | **--keystore** | <code>string</code> | Android: Path to keystore file (.keystore or .jks) |
1428
1430
  | **--keystore-alias** | <code>string</code> | Android: Keystore key alias |
1429
1431
  | **--keystore-key-password** | <code>string</code> | Android: Keystore key password |
@@ -1507,6 +1509,9 @@ Examples:
1507
1509
  | **--apple-key-id** | <code>string</code> | App Store Connect API Key ID |
1508
1510
  | **--apple-issuer-id** | <code>string</code> | App Store Connect Issuer ID |
1509
1511
  | **--apple-team-id** | <code>string</code> | App Store Connect Team ID |
1512
+ | **--apple-id** | <code>string</code> | iOS: Apple ID email for app-specific password uploads (alternative to App Store Connect API key) |
1513
+ | **--apple-app-specific-password** | <code>string</code> | iOS: App-specific password (xxxx-xxxx-xxxx-xxxx) for TestFlight uploads |
1514
+ | **--apple-app-id** | <code>string</code> | iOS: Numeric App Store Connect app id (required together with --apple-id and --apple-app-specific-password) |
1510
1515
  | **--ios-distribution** | <code>string</code> | iOS: Distribution mode |
1511
1516
  | **--keystore** | <code>string</code> | Path to keystore file (.keystore or .jks) |
1512
1517
  | **--keystore-alias** | <code>string</code> | Keystore key alias |