We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a6ffd commit 995bd77Copy full SHA for 995bd77
README.md
@@ -33,13 +33,6 @@ With promise
33
34
```js
35
36
-var options = {
37
- zkhost: '127.0.0.1:9983',
38
- cmd: 'upconfig',
39
- confname: 'my_new_config',
40
- confdir: 'server/solr/configsets/basic_configs/conf'
41
-};
42
-
43
const solrSkcliOptions = new solrZkcli.SolrSkcliOptions(
44
/* cmd */ 'upconfig',
45
/* currentWorkingDirectory */ undefined,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "solr-zkcli",
3
- "version": "3.0.0",
+ "version": "3.0.1",
4
"description": "A node.js wrapper for the Solr's ZooKeeper CLI zkcli.sh to manage SolrCloud configuration parameters",
5
"main": "lib/index.js",
6
"files": [
0 commit comments