forked from eXist-db/xst
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(package): package upload uses REST by default
fixes eXist-db#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.
- Loading branch information
Showing
5 changed files
with
80 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters