From f85d2918119eeecc0ad8c512aa8d08da097de60e Mon Sep 17 00:00:00 2001 From: taoky Date: Sun, 4 Aug 2024 17:46:23 +0800 Subject: [PATCH] Update verify, and do-{update,remove} help --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 411088a..3a8ec34 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,13 @@ If you already have a pypi repo, use `genlocal` first to generate a local db: Verify command could be used if you believe that something is wrong. It would remove packages NOT in local db, update all local packages, and delete unreferenced files in `packages` folder: ```shell -./shadowmire.py verify +./shadowmire.py verify --sync-packages ``` +Verify command accepts same arguments as sync. + +Also, if you need debugging, you could use `do-update` and `do-remove` command to operate on a single package. + ## Acknowledgements This project uses some code from PyPI's official mirroring tools, [bandersnatch](https://github.com/pypa/bandersnatch).