From 6a69ed6626c1d701381973428083fbfa8cb56806 Mon Sep 17 00:00:00 2001 From: celogeek <65178+celogeek@users.noreply.github.com> Date: Thu, 27 Jan 2022 20:08:05 +0100 Subject: [PATCH] update doc --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 3792dde..b525e15 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file