Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@existdb/node-exist

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@existdb/node-exist - npm Package Compare versions

Comparing version
4.7.0
to
4.8.0
spec/examples/exist-exec

Sorry, the diff of this file is not supported yet

+4
-3

@@ -14,3 +14,4 @@ {

"exist-upload": "spec/examples/exist-upload",
"exist-install": "spec/examples/exist-install"
"exist-install": "spec/examples/exist-install",
"exist-exec": "spec/examples/exist-exec"
},

@@ -59,5 +60,5 @@ "standard": {

"xmlrpc": "^1.3.1",
"yargs": "16.2.0"
"yargs": "^17.3.1"
},
"version": "4.7.0"
"version": "4.8.0"
}
# node-exist Command Line Scripts
- `exist-ls` list the contents of a collection in exist-db
- `exist-tree` list the contents of a collection in exist-db as a tree
- `exist-upload` upload a files and folders to a collection in exist-db
- `exist-install` upload and install a package into an existdb-instance
- `exist-ls` list the contents of a collection in eXist-db
- `exist-tree` list the contents of a collection in eXist-db as a tree
- `exist-upload` upload a files and folders to a collection in eXist-db
- `exist-install` upload and install a package into eXist-db
- `exist-exec` execute queries in an eXist-db
The three command line script examples allow you to override the connection
by setting environment variables prefixed with `EXISTDB`.
**NOTE:** These scripts connect to a running eXist-db instance and XML-RPC has
to be enabled.
## connecting to your eXist-db instance
The command line scripts allow you to connect to any instance that has XML-RPC
enabled. By default they will attempt to connect to a local development server
with default passwords.
Override any of the default connection parameters by setting environment
variables prefixed with `EXISTDB`. In the following table you see a list of the
parameters with their default values and a description.
| variable name | default | description

@@ -12,0 +23,0 @@ |----|----|----

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet