eXist-db / xst

Command line tool to interact with exist-db instances
https://npmjs.com/@existdb/xst
MIT License
18 stars 5 forks source link

allow installation of multiple XAR packages #12

Closed line-o closed 2 years ago

line-o commented 2 years ago

Currently xst install allows only one package to be installed per call

xst install <package>

This should be enhanced to allow more than one

xst install <package> [packages..]