@capgo/cli 8.48.1 → 8.48.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
@@ -1433,6 +1433,7 @@ and/or to Capgo storage as a time-limited download link (--output-upload).
1433
1433
  `npx @capgo/cli@latest build credentials save --appId <app-id> --platform <ios|android>`
1434
1434
  Android AAB only (no Play upload): npx @capgo/cli@latest build request com.example.app --platform android --no-playstore-upload --output-upload
1435
1435
  iOS IPA only (no TestFlight upload): npx @capgo/cli@latest build request com.example.app --platform ios --ios-distribution ad_hoc --output-upload
1436
+ Disable Xcode compilation cache: npx @capgo/cli@latest build request com.example.app --platform ios --no-cache
1436
1437
 
1437
1438
  **Example:**
1438
1439
 
@@ -1490,6 +1491,7 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
1490
1491
  | **--sync-android-version** | <code>boolean</code> | Android: sync versionName in android/app/build.gradle from package.json before uploading the project. Fails unless versionName is a standalone quoted string literal. |
1491
1492
  | **--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. |
1492
1493
  | **--no-prescan** | <code>boolean</code> | Skip the automatic pre-build scan |
1494
+ | **--no-cache** | <code>boolean</code> | Disable Xcode compilation cache for this build (default: cache enabled) |
1493
1495
  | **--prescan-ignore-fatal** | <code>boolean</code> | Run the pre-build scan but never block the build (report only) |
1494
1496
  | **--prescan-skip** | <code>string</code> | Skip specific prescan check(s) by id (repeatable or comma-separated). Other checks still run. |
1495
1497
  | **--prescan-warn** | <code>string</code> | Downgrade specific prescan check(s) to warning by id (repeatable or comma-separated). Check still runs. |