@capgo/cli 7.76.5 → 7.76.7

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
@@ -212,6 +212,7 @@ npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel prod
212
212
  | **--encrypted-checksum** | <code>string</code> | An encrypted checksum (signature). Used only when uploading an external bundle. |
213
213
  | **--auto-set-bundle** | <code>boolean</code> | Set the bundle in capacitor.config.json |
214
214
  | **--dry-upload** | <code>boolean</code> | Dry upload the bundle process, mean it will not upload the files but add the row in database (Used by Capgo for internal testing) |
215
+ | **--show-replication-progress** | <code>string</code> | Show Capgo global replication progress after upload (yes/false) so you can confirm rollout across all regions. If omitted, you'll be prompted interactively. |
215
216
  | **--package-json** | <code>string</code> | Paths to package.json files for monorepos (comma-separated) |
216
217
  | **--node-modules** | <code>string</code> | Paths to node_modules directories for monorepos (comma-separated) |
217
218
  | **--encrypt-partial** | <code>boolean</code> | Encrypt delta update files (auto-enabled for updater > 6.14.4) |