@capgo/cli 7.71.12 → 7.72.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
@@ -206,8 +206,9 @@ npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel prod
206
206
  | **--tus-chunk-size** | <code>string</code> | Chunk size in bytes for TUS resumable uploads (default: auto) |
207
207
  | **--partial** | <code>boolean</code> | [DEPRECATED] Use --delta instead. Upload incremental updates |
208
208
  | **--partial-only** | <code>boolean</code> | [DEPRECATED] Use --delta-only instead. Upload only incremental updates, skip full bundle |
209
- | **--delta** | <code>boolean</code> | Upload incremental/differential updates to reduce bandwidth |
210
- | **--delta-only** | <code>boolean</code> | Upload only delta updates without full bundle (useful for large apps) |
209
+ | **--delta** | <code>boolean</code> | Upload delta updates (only changed files) for instant, super fast updates instead of big zip downloads |
210
+ | **--delta-only** | <code>boolean</code> | Upload only delta updates without full bundle for maximum speed (useful for large apps) |
211
+ | **--no-delta** | <code>boolean</code> | Disable delta updates even if Direct Update is enabled |
211
212
  | **--encrypted-checksum** | <code>string</code> | An encrypted checksum (signature). Used only when uploading an external bundle. |
212
213
  | **--auto-set-bundle** | <code>boolean</code> | Set the bundle in capacitor.config.json |
213
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) |