@capgo/cli 7.84.9 → 7.85.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
@@ -84,6 +84,7 @@ npx @capgo/cli@latest init
84
84
 
85
85
  🚀 Initialize a new app in Capgo Cloud with step-by-step guidance.
86
86
  This includes adding code for updates, building, uploading your app, and verifying update functionality.
87
+ Uploaded bundles should be treated as public assets; use encryption if you do not want their contents to be readable when fetched.
87
88
 
88
89
  **Example:**
89
90
 
@@ -1159,6 +1160,8 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
1159
1160
  | **--keystore-key-password** | <code>string</code> | Android: Keystore key password |
1160
1161
  | **--keystore-store-password** | <code>string</code> | Android: Keystore store password |
1161
1162
  | **--play-config-json** | <code>string</code> | Android: Base64-encoded Google Play service account JSON |
1163
+ | **--android-flavor** | <code>string</code> | Android: Product flavor to build (e.g. production). Required if your project has multiple flavors. |
1164
+ | **--no-playstore-upload** | <code>boolean</code> | Skip Play Store upload for this build (nulls out saved play config). Requires --output-upload. |
1162
1165
  | **--output-upload** | <code>boolean</code> | Override output upload behavior for this build only (enable). Precedence: CLI > env > saved credentials |
1163
1166
  | **--no-output-upload** | <code>boolean</code> | Override output upload behavior for this build only (disable). Precedence: CLI > env > saved credentials |
1164
1167
  | **--output-retention** | <code>string</code> | Override output link TTL for this build only (1h to 7d). Examples: 1h, 6h, 2d. Precedence: CLI > env > saved credentials |