@capgo/cli 7.71.4 → 7.71.6

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
@@ -198,6 +198,7 @@ npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel prod
198
198
  | **--auto-min-update-version** | <code>boolean</code> | Set the min update version based on native packages |
199
199
  | **--ignore-metadata-check** | <code>boolean</code> | Ignores the metadata (node_modules) check when uploading |
200
200
  | **--ignore-checksum-check** | <code>boolean</code> | Ignores the checksum check when uploading |
201
+ | **--force-crc32-checksum** | <code>boolean</code> | Force CRC32 checksum for upload (override auto-detection) |
201
202
  | **--timeout** | <code>string</code> | Timeout for the upload process in seconds |
202
203
  | **--multipart** | <code>boolean</code> | [DEPRECATED] Use --tus instead. Uses multipart protocol for S3 uploads |
203
204
  | **--zip** | <code>boolean</code> | Upload the bundle using zip to Capgo cloud (legacy) |