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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. 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
- Das `sidecar ` wird immer zusammen mit `sync` ausgeführt. Mit `--skip-sync` kann man den sync prozess aber aus ausklammern und nur das sidecar verarbeiten:
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sftp-push-sync",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "SFTP sync tool for Hugo projects (local to remote, with hash cache)",
5
5
  "type": "module",
6
6
  "bin": {