@capgo/cli 7.98.1 → 7.99.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
@@ -1191,13 +1191,14 @@ npx @capgo/cli@latest build needed com.example.app --channel production --verbos
1191
1191
  npx @capgo/cli@latest build init
1192
1192
  ```
1193
1193
 
1194
- Set up iOS build credentials interactively (creates certificates and profiles automatically)
1194
+ Set up build credentials interactively (iOS: certificates + profiles automated; Android: keystore + Google OAuth provisions GCP service account and Play Console invite)
1195
1195
 
1196
1196
  **Options:**
1197
1197
 
1198
1198
  | Param | Type | Description |
1199
1199
  | -------------- | ------------- | -------------------- |
1200
1200
  | **-a** | <code>string</code> | API key to link to your account |
1201
+ | **-p** | <code>string</code> | Platform to onboard (ios or android). If omitted, auto-detects when only one native folder exists; prompts otherwise. |
1201
1202
 
1202
1203
  ### <a id="build-request"></a> 🔹 **Request**
1203
1204