sftp-push-sync 1.0.19 → 1.0.20
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -147,7 +147,8 @@ sftp-push-sync prod --download-list --dry-run # view first
|
|
|
147
147
|
sftp-push-sync prod --download-list # then do
|
|
148
148
|
```
|
|
149
149
|
|
|
150
|
-
|
|
150
|
+
- The `sidecar` is always executed together with `sync` when you use the `--download-list` or `--upload-list` option.
|
|
151
|
+
- However, with `--skip-sync`, you can exclude the sync process and only process the sidecar:
|
|
151
152
|
|
|
152
153
|
```bash
|
|
153
154
|
sftp-push-sync prod --download-list --skip-sync
|