![ServerSync](https://media.forgecdn.net/avatars/thumbnails/254/696/256/256/637199290945083080.png)
Add check or dry-run command to verify if there is anything to sync
adaliszk opened this issue ยท 2 comments
First off, thank you very much for doing this excellent utility!
As a server owner who tries to add a simple mod for its users to click and sync mods, I want to do a preflight check where the users would get a confirmation if they need to close Minecraft or not. For this, we need a dry-run check to see if any work needs to be done. Ideally, this would be a new flag, like --check
which would verify the files to be synced and return an OK or ERROR status code to any CLI executor.
Context:
- Serversync Version: 4.2.0
- Minecraft Version: 1.20.1
This would presumably be the client side doing a check against the server?
Would this also log some sort of list of missing files along with exiting non zero?