@capgo/cli 8.19.0 → 8.20.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
3
  "type": "module",
4
- "version": "8.19.0",
4
+ "version": "8.20.1",
5
5
  "description": "A CLI to upload to capgo servers",
6
6
  "author": "Martin martin@capgo.app",
7
7
  "license": "Apache 2.0",
@@ -132,6 +132,10 @@ interface BuildLogger {
132
132
  #### Output behavior options
133
133
 
134
134
  - `--no-playstore-upload`: skip Play Store upload for the build, requires `--output-upload`
135
+ - `--submit-to-store-review`: submit after upload instead of leaving a draft/inactive store release. Android completes the Google Play release; iOS submits to TestFlight external review.
136
+ - `--store-release-name <name>`: Android Google Play version_name/release label.
137
+ - `--store-release-notes <notes>`: Google Play changelog and iOS TestFlight What to Test text.
138
+ - `--ios-testflight-groups <groups>`: comma-separated external TestFlight group names or IDs required with `--submit-to-store-review` on iOS.
135
139
  - `--output-upload`
136
140
  - `--no-output-upload`
137
141
  - `--output-retention <duration>`: `1h` to `7d`