eXist-db / xst

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

feat(package): package upload uses REST by default #159

Closed line-o closed 10 months ago

line-o commented 10 months ago

fixes #5

xst package install <packages..> will now use exist-db's REST API by default and will fallback to XML-RPC only if REST is not available. This allows uploads of XAR packages larger than 500MB.

Setting --rest will force uploads to use the REST endpoint and installation wil fail when it is deactivated on the target instance.

Setting --xmlrpc or --rpc on the other hand will always use XML-RPC but limits the size of installable XARs.

github-actions[bot] commented 10 months ago

:tada: This PR is included in version 1.9.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: