solr-zkcli
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "solr-zkcli", | ||
"version": "0.0.3", | ||
"description": "A node.js implementation of Solr's ZooKeeper CLI zkcli.sh to manage SolrCloud configuration parameters", | ||
"version": "0.0.4", | ||
"description": "A node.js wrapper for the Solr's ZooKeeper CLI zkcli.sh to manage SolrCloud configuration parameters", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
# solr-zkcli | ||
A node.js implementation of Solr's ZooKeeper CLI zkcli.sh to manage [SolrCloud configuration parameters](https://cwiki.apache.org/confluence/display/solr/Command+Line+Utilities) | ||
A node.js wrapper for the Solr's ZooKeeper CLI zkcli.sh to manage [SolrCloud configuration parameters](https://cwiki.apache.org/confluence/display/solr/Command+Line+Utilities) | ||
@@ -11,3 +11,3 @@ [![NPM](https://nodei.co/npm/solr-zkcli.png?downloads=true&downloadRank=true)](https://nodei.co/npm/solr-zkcli/) | ||
The [docker](https://docs.docker.com/engine/installation/) command line tool must be installed and accessible in the path | ||
The [docker](https://docs.docker.com/engine/installation/) command line tool must be installed and accessible in the path. | ||
@@ -14,0 +14,0 @@ ### Step 2: Installation |
536279