aspect-sync 0.0.21 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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 downloadupload batches (e.g., `500GB`, `1TB`) so data is uploaded as soon as each batch finishes downloading. | No | Disabled |
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` |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspect-sync",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "CLI tool to sync files from external services to Aspect via rclone",
5
5
  "main": "dist/index.js",
6
6
  "bin": {