@capgo/cli 7.102.0 → 7.104.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 +3 -0
- package/dist/index.js +360 -360
- package/dist/package.json +1 -1
- package/dist/src/build/credentials-command.d.ts +1 -0
- package/dist/src/build/credentials.d.ts +1 -0
- package/dist/src/schemas/build.d.ts +6 -0
- package/dist/src/schemas/sdk.d.ts +1 -0
- package/dist/src/sdk.js +190 -190
- package/package.json +1 -1
- package/skills/native-builds/SKILL.md +1 -0
package/package.json
CHANGED
|
@@ -125,6 +125,7 @@ interface BuildLogger {
|
|
|
125
125
|
- `--keystore-store-password <password>`
|
|
126
126
|
- `--play-config-json <json>`
|
|
127
127
|
- `--android-flavor <flavor>`
|
|
128
|
+
- `--in-app-update-priority <0-5>`: Google Play in-app update priority (higher = more urgent)
|
|
128
129
|
|
|
129
130
|
#### Output behavior options
|
|
130
131
|
|