@capgo/cli 8.12.6 → 8.14.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 +10 -4
- package/dist/index.js +584 -579
- package/dist/package.json +3 -2
- package/dist/src/ai/analyze.d.ts +17 -0
- package/dist/src/build/credentials-command.d.ts +3 -0
- package/dist/src/schemas/build.d.ts +19 -0
- package/dist/src/schemas/sdk.d.ts +3 -0
- package/dist/src/sdk.js +312 -307
- package/package.json +3 -2
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) |
|
|
@@ -1298,6 +1299,7 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
|
|
|
1298
1299
|
| **--skip-build-number-bump** | <code>boolean</code> | Skip automatic build number/version code incrementing. Uses whatever version is already in the project files. |
|
|
1299
1300
|
| **--no-skip-build-number-bump** | <code>boolean</code> | Override saved credentials to re-enable automatic build number incrementing for this build only. |
|
|
1300
1301
|
| **--ai-analytics** | <code>boolean</code> | On build failure, send logs to Capgo AI for diagnosis. In interactive terminals this skips the upfront confirmation; in CI this auto-uploads and prints the analysis to stderr. |
|
|
1302
|
+
| **--send-logs** | <code>boolean</code> | On a CI/CD build failure, automatically upload the build logs to Capgo support (no email required). Capgo support is notified and will follow up by email. Additive to --ai-analytics — both can be passed. |
|
|
1301
1303
|
| **-a** | <code>string</code> | API key to link to your account |
|
|
1302
1304
|
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
1303
1305
|
| **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
|
|
@@ -1421,8 +1423,9 @@ iOS Example:
|
|
|
1421
1423
|
| **--apple-issuer-id** | <code>string</code> | iOS: App Store Connect Issuer ID |
|
|
1422
1424
|
| **--apple-team-id** | <code>string</code> | iOS: App Store Connect Team ID |
|
|
1423
1425
|
| **--ios-distribution** | <code>string</code> | iOS: Distribution mode |
|
|
1424
|
-
| **--apple-id** | <code>string</code> | iOS: Apple ID email (
|
|
1425
|
-
| **--apple-app-password** | <code>string</code> | iOS: App-specific password (
|
|
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) |
|
|
1426
1429
|
| **--keystore** | <code>string</code> | Android: Path to keystore file (.keystore or .jks) |
|
|
1427
1430
|
| **--keystore-alias** | <code>string</code> | Android: Keystore key alias |
|
|
1428
1431
|
| **--keystore-key-password** | <code>string</code> | Android: Keystore key password |
|
|
@@ -1506,6 +1509,9 @@ Examples:
|
|
|
1506
1509
|
| **--apple-key-id** | <code>string</code> | App Store Connect API Key ID |
|
|
1507
1510
|
| **--apple-issuer-id** | <code>string</code> | App Store Connect Issuer ID |
|
|
1508
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) |
|
|
1509
1515
|
| **--ios-distribution** | <code>string</code> | iOS: Distribution mode |
|
|
1510
1516
|
| **--keystore** | <code>string</code> | Path to keystore file (.keystore or .jks) |
|
|
1511
1517
|
| **--keystore-alias** | <code>string</code> | Keystore key alias |
|