@capgo/cli 8.26.0 → 8.27.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 +6 -0
- package/dist/index.js +197 -197
- package/dist/package.json +1 -1
- package/dist/src/build/credentials-command.d.ts +1 -0
- package/dist/src/schemas/build.d.ts +2 -0
- package/dist/src/sdk.js +112 -112
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1427,6 +1427,8 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
|
|
|
1427
1427
|
| **--output-record** | <code>string</code> | After a successful build, write a JSON record (jobId, status, outputUrl, qrCodeAscii, qrCodePngPath, finishedAt) to <path>. A PNG QR code is also written next to it as <path>.qr.png. Read fields back with `build last-output`. |
|
|
1428
1428
|
| **--skip-build-number-bump** | <code>boolean</code> | Skip automatic build number/version code incrementing. Uses whatever version is already in the project files. |
|
|
1429
1429
|
| **--no-skip-build-number-bump** | <code>boolean</code> | Override saved credentials to re-enable automatic build number incrementing for this build only. |
|
|
1430
|
+
| **--skip-marketing-version-bump** | <code>boolean</code> | Skip automatic marketing version (CFBundleShortVersionString / versionName) bump when the app is already released. |
|
|
1431
|
+
| **--no-skip-marketing-version-bump** | <code>boolean</code> | Override saved credentials to re-enable automatic marketing version bump for this build only. |
|
|
1430
1432
|
| **--sync-ios-version** | <code>boolean</code> | iOS: sync Xcode MARKETING_VERSION from package.json before uploading the project. |
|
|
1431
1433
|
| **--ai-analytics** | <code>boolean</code> | On build failure, send logs to Capgo AI for diagnosis. In interactive terminals this skips the upfront confirmation; in CI this auto-uploads and prints the analysis to stderr. |
|
|
1432
1434
|
| **--no-prescan** | <code>boolean</code> | Skip the automatic pre-build scan |
|
|
@@ -1619,6 +1621,8 @@ iOS Example:
|
|
|
1619
1621
|
| **--output-retention** | <code>string</code> | Output link TTL: 1h to 7d (default: 1h). Examples: 1h, 6h, 2d |
|
|
1620
1622
|
| **--skip-build-number-bump** | <code>boolean</code> | Skip automatic build number/version code incrementing on future builds |
|
|
1621
1623
|
| **--no-skip-build-number-bump** | <code>boolean</code> | Re-enable automatic build number incrementing (default behavior) |
|
|
1624
|
+
| **--skip-marketing-version-bump** | <code>boolean</code> | Skip automatic marketing version bump on future builds when the app is already released |
|
|
1625
|
+
| **--no-skip-marketing-version-bump** | <code>boolean</code> | Re-enable automatic marketing version bump (default behavior) |
|
|
1622
1626
|
|
|
1623
1627
|
#### <a id="build-credentials-list"></a> 📋 **List**
|
|
1624
1628
|
|
|
@@ -1705,6 +1709,8 @@ Examples:
|
|
|
1705
1709
|
| **--output-retention** | <code>string</code> | Output link TTL: 1h to 7d. Examples: 1h, 6h, 2d |
|
|
1706
1710
|
| **--skip-build-number-bump** | <code>boolean</code> | Skip automatic build number/version code incrementing on future builds |
|
|
1707
1711
|
| **--no-skip-build-number-bump** | <code>boolean</code> | Re-enable automatic build number incrementing (default behavior) |
|
|
1712
|
+
| **--skip-marketing-version-bump** | <code>boolean</code> | Skip automatic marketing version bump on future builds when the app is already released |
|
|
1713
|
+
| **--no-skip-marketing-version-bump** | <code>boolean</code> | Re-enable automatic marketing version bump (default behavior) |
|
|
1708
1714
|
|
|
1709
1715
|
#### <a id="build-credentials-manage"></a> 🔹 **Manage**
|
|
1710
1716
|
|