aspect-sync 0.0.20 → 0.0.22
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -121,7 +121,7 @@ npx aspect-sync \
|
|
|
121
121
|
| `--api-key <key>` | Aspect API key (or set `ASPECT_API_KEY` env var) | Yes | - |
|
|
122
122
|
| `--api-url <url>` | Aspect API URL (or set `ASPECT_API_URL` env var) | No | `https://api.aspect.inc` |
|
|
123
123
|
| `--concurrent <number>` | Max concurrent chunk uploads | No | `16` |
|
|
124
|
-
| `--batch-size <size>` | Run the migration in download
|
|
124
|
+
| `--batch-size <size>` | Run the migration in download/upload batches (e.g., `500GB`, `1TB`) so data is uploaded as soon as each batch finishes downloading. | No | Disabled |
|
|
125
125
|
| `--keep-local` | Keep local files after upload (for debugging) | No | `false` |
|
|
126
126
|
| `--check` | Run in check-only mode (list remote files and compare with Aspect without downloading/uploading) | No | `false` |
|
|
127
127
|
| `--temp-dir <path>` | Base temporary directory for synced files | No | `~/.aspect/sync` |
|