@capgo/cli 8.25.13 → 8.26.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 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) |