@capgo/cli 7.102.0 → 7.103.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 CHANGED
@@ -1247,6 +1247,7 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
1247
1247
  | **--keystore-store-password** | <code>string</code> | Android: Keystore store password |
1248
1248
  | **--play-config-json** | <code>string</code> | Android: Base64-encoded Google Play service account JSON |
1249
1249
  | **--android-flavor** | <code>string</code> | Android: Product flavor to build (e.g. production). Required if your project has multiple flavors. |
1250
+ | **--in-app-update-priority** | <code>string</code> | Android: Google Play in-app update priority for this release (integer 0–5; higher = more urgent). See https://developer.android.com/guide/playcore/in-app-updates. Precedence: CLI > env > saved credentials |
1250
1251
  | **--no-playstore-upload** | <code>boolean</code> | Skip Play Store upload for this build (nulls out saved play config). Requires --output-upload. |
1251
1252
  | **--output-upload** | <code>boolean</code> | Override output upload behavior for this build only (enable). Precedence: CLI > env > saved credentials |
1252
1253
  | **--no-output-upload** | <code>boolean</code> | Override output upload behavior for this build only (disable). Precedence: CLI > env > saved credentials |
@@ -1331,6 +1332,7 @@ iOS Example:
1331
1332
  | **--keystore-store-password** | <code>string</code> | Android: Keystore store password |
1332
1333
  | **--play-config** | <code>string</code> | Android: Path to Play Store service account JSON |
1333
1334
  | **--android-flavor** | <code>string</code> | Android: Product flavor to build (e.g. production). Required if your project has multiple flavors. |
1335
+ | **--in-app-update-priority** | <code>string</code> | Android: Google Play in-app update priority for future releases (integer 0–5; higher = more urgent). Omit to leave Play’s existing value untouched. |
1334
1336
  | **--local** | <code>boolean</code> | Save to .capgo-credentials.json in project root instead of global ~/.capgo-credentials/ |
1335
1337
  | **--output-upload** | <code>boolean</code> | Upload build outputs (IPA/APK/AAB) to Capgo storage and print download links |
1336
1338
  | **--no-output-upload** | <code>boolean</code> | Do not upload build outputs (IPA/APK/AAB) to Capgo storage |
@@ -1414,6 +1416,7 @@ Examples:
1414
1416
  | **--keystore-store-password** | <code>string</code> | Keystore store password |
1415
1417
  | **--play-config** | <code>string</code> | Path to Google Play service account JSON |
1416
1418
  | **--android-flavor** | <code>string</code> | Android: Product flavor to build (e.g. production). Required if your project has multiple flavors. |
1419
+ | **--in-app-update-priority** | <code>string</code> | Android: Google Play in-app update priority for future releases (integer 0–5; higher = more urgent). |
1417
1420
  | **--output-upload** | <code>boolean</code> | Upload build outputs (IPA/APK/AAB) to Capgo storage and print download links |
1418
1421
  | **--no-output-upload** | <code>boolean</code> | Do not upload build outputs (IPA/APK/AAB) to Capgo storage |
1419
1422
  | **--output-retention** | <code>string</code> | Output link TTL: 1h to 7d. Examples: 1h, 6h, 2d |