@capgo/cli 8.33.0 → 8.33.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/README.md CHANGED
@@ -422,7 +422,7 @@ npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel prod
422
422
  | **--no-delta** | <code>boolean</code> | Disable delta updates even if instant updates are enabled |
423
423
  | **--encrypted-checksum** | <code>string</code> | An encrypted checksum (signature). Used only when uploading an external bundle. |
424
424
  | **--auto-set-bundle** | <code>boolean</code> | Set the bundle version in Capacitor config |
425
- | **--auto-bump** | <code>string</code> | Auto-increment bundle version from the latest remote channel/app version. Level: major, minor (default), patch|fix, or metadata (prerelease) |
425
+ | **--auto-bump** | <code>string</code> | Auto-increment bundle version from the latest remote channel/app version. Level: major, minor (default), patch|fix, metadata (prerelease), or ai |
426
426
  | **--capacitor-config** | <code>string</code> | Capacitor config source to update (useful with dynamic monorepo configs) |
427
427
  | **--dry-upload** | <code>boolean</code> | Dry upload the bundle process: add the row in database without uploading files or updating channels (Used by Capgo for internal testing) |
428
428
  | **--package-json** | <code>string</code> | Paths to package.json files for monorepos (comma-separated) |
@@ -1390,6 +1390,7 @@ Set up build credentials interactively (iOS: certificates + profiles automated;
1390
1390
  | **-a** | <code>string</code> | API key to link to your account |
1391
1391
  | **-p** | <code>string</code> | Platform to onboard (ios or android). If omitted, auto-detects when only one native folder exists; prompts otherwise. |
1392
1392
  | **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
1393
+ | **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
1393
1394
  | **--no-analytics** | <code>boolean</code> | Disable build onboarding analytics and terminal replay for this run |
1394
1395
 
1395
1396
  ### <a id="build-request"></a> 🔹 **Request**