update doc

This commit is contained in:
Celogeek 2022-01-27 20:08:05 +01:00
parent 457443f78b
commit 6a69ed6626
Signed by: celogeek
GPG Key ID: E6B7BDCFC446233A

View File

@ -166,6 +166,22 @@ Derivatives:
└─────────┴───────┴────────┴──────────────────────────────────────────────────────────────────────────────────────┘
```
### Images Upload Command
Upload an image or a video in chunks. It will skip existing file on the server.
```
$ piwigo-cli images upload -f ~/Downloads/IMG_4886.jpeg -j 4
```
### Images Upload Tree Command
Upload a tree of images and videos in chunks, skipping existing file on the server.
```
$ piwigo-cli images upload-tree -d ~/Downloads/2021 -j4 -c 4
```
## License
MIT