@capgo/cli 8.25.13 → 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 +8 -0
- package/dist/index.js +557 -557
- package/dist/package.json +1 -1
- package/dist/src/build/credentials-command.d.ts +1 -0
- package/dist/src/bundle/upload.d.ts +2 -0
- package/dist/src/notifications/send-update.d.ts +14 -0
- package/dist/src/schemas/build.d.ts +2 -0
- package/dist/src/schemas/bundle.d.ts +3 -0
- package/dist/src/schemas/channel.d.ts +1 -0
- package/dist/src/sdk.js +238 -238
- package/package.json +1 -1
- package/skills/release-management/SKILL.md +4 -0
package/README.md
CHANGED
|
@@ -416,6 +416,7 @@ npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel prod
|
|
|
416
416
|
| **--version-exists-ok** | <code>boolean</code> | Exit successfully if bundle version already exists, useful for CI/CD workflows with monorepos |
|
|
417
417
|
| **--self-assign** | <code>boolean</code> | Allow devices to auto-join this channel (updates channel setting) |
|
|
418
418
|
| **--qr-preview** | <code>boolean</code> | Print a terminal QR code for this bundle preview after upload |
|
|
419
|
+
| **--send-update-notification** | <code>boolean</code> | Send a native update-check notification to devices after updating linked channel bundles |
|
|
419
420
|
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
420
421
|
| **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
|
|
421
422
|
| **--verbose** | <code>boolean</code> | Enable verbose output with detailed logging |
|
|
@@ -956,6 +957,7 @@ npx @capgo/cli@latest channel set production com.example.app --bundle 1.0.0 --st
|
|
|
956
957
|
| **--device** | <code>boolean</code> | Allow sending update to physical devices |
|
|
957
958
|
| **--no-device** | <code>boolean</code> | Disable sending update to physical devices |
|
|
958
959
|
| **--qr-preview** | <code>boolean</code> | Print a terminal QR code for this channel preview after updating it |
|
|
960
|
+
| **--send-update-notification** | <code>boolean</code> | Send a native update-check notification to devices after updating the linked channel bundle |
|
|
959
961
|
| **--package-json** | <code>string</code> | Paths to package.json files for monorepos (comma-separated) |
|
|
960
962
|
| **--ignore-metadata-check** | <code>boolean</code> | Ignore checking node_modules compatibility if present in the bundle |
|
|
961
963
|
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
|
|
@@ -1425,6 +1427,8 @@ npx @capgo/cli@latest build request com.example.app --platform ios --path .
|
|
|
1425
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`. |
|
|
1426
1428
|
| **--skip-build-number-bump** | <code>boolean</code> | Skip automatic build number/version code incrementing. Uses whatever version is already in the project files. |
|
|
1427
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. |
|
|
1428
1432
|
| **--sync-ios-version** | <code>boolean</code> | iOS: sync Xcode MARKETING_VERSION from package.json before uploading the project. |
|
|
1429
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. |
|
|
1430
1434
|
| **--no-prescan** | <code>boolean</code> | Skip the automatic pre-build scan |
|
|
@@ -1617,6 +1621,8 @@ iOS Example:
|
|
|
1617
1621
|
| **--output-retention** | <code>string</code> | Output link TTL: 1h to 7d (default: 1h). Examples: 1h, 6h, 2d |
|
|
1618
1622
|
| **--skip-build-number-bump** | <code>boolean</code> | Skip automatic build number/version code incrementing on future builds |
|
|
1619
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) |
|
|
1620
1626
|
|
|
1621
1627
|
#### <a id="build-credentials-list"></a> 📋 **List**
|
|
1622
1628
|
|
|
@@ -1703,6 +1709,8 @@ Examples:
|
|
|
1703
1709
|
| **--output-retention** | <code>string</code> | Output link TTL: 1h to 7d. Examples: 1h, 6h, 2d |
|
|
1704
1710
|
| **--skip-build-number-bump** | <code>boolean</code> | Skip automatic build number/version code incrementing on future builds |
|
|
1705
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) |
|
|
1706
1714
|
|
|
1707
1715
|
#### <a id="build-credentials-manage"></a> 🔹 **Manage**
|
|
1708
1716
|
|