From: Juri L. <jur...@ex...> - 2023-01-09 23:38:04
|
Happy new Year! I think this was never announced here on the list, so: There is a new command line client for eXist-db called xst. If you have node >=14 available on your system you can install it with npm install -g @existdb/xst The idea is to have one client that can connect and interact with any instance that you have access to. The current version is 1.2.0 and it features a command to list all installed packages. It has a plethora of options such as filtering by type, sorting by name, type and installation date. On top of this it can list, and check, the dependencies of each package and library and reports missing or mismatching dependencies. The entire list of available commands with some examples can be found in the readme https://github.com/eXist-db/xst#readme If you like the project, leave a star :) |