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

feat(install): install multiple packages #15

Closed line-o closed 2 years ago

line-o commented 2 years ago

closes #12

The install command can now handle multiple packages and will install them one by one. If one of the package installation fails the process will exit.

xst install [options] <packages..>