@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 +2 -1
- package/dist/index.js +588 -510
- package/dist/package.json +1 -1
- package/dist/src/build/onboarding/android/gcp-api.d.ts +128 -0
- package/dist/src/build/onboarding/android/gradle-parser.d.ts +19 -0
- package/dist/src/build/onboarding/android/keystore.d.ts +77 -0
- package/dist/src/build/onboarding/android/oauth-config.d.ts +24 -0
- package/dist/src/build/onboarding/android/oauth-google.d.ts +134 -0
- package/dist/src/build/onboarding/android/play-api.d.ts +91 -0
- package/dist/src/build/onboarding/android/progress.d.ts +21 -0
- package/dist/src/build/onboarding/android/types.d.ts +66 -0
- package/dist/src/build/onboarding/android/ui/app.d.ts +11 -0
- package/dist/src/build/onboarding/command.d.ts +1 -0
- package/dist/src/build/onboarding/file-picker.d.ts +5 -0
- package/dist/src/build/onboarding/ui/components.d.ts +1 -0
- package/dist/src/sdk.js +202 -202
- package/package.json +1 -1
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
|
|
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
|
|