[Groonga-commit] droonga/droonga.org at 709676a [gh-pages] Fill descriptions of command line options for droonga-engine-catalog-modify

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri May 8 19:18:00 JST 2015


YUKI Hiroshi	2015-05-08 19:18:00 +0900 (Fri, 08 May 2015)

  New Revision: 709676a9ee1e5fbc1f504528c5d8459e9027f673
  https://github.com/droonga/droonga.org/commit/709676a9ee1e5fbc1f504528c5d8459e9027f673

  Message:
    Fill descriptions of command line options for droonga-engine-catalog-modify

  Modified files:
    reference/1.1.1/command-line-tools/droonga-engine-catalog-modify/index.md

  Modified: reference/1.1.1/command-line-tools/droonga-engine-catalog-modify/index.md (+33 -1)
===================================================================
--- reference/1.1.1/command-line-tools/droonga-engine-catalog-modify/index.md    2015-05-08 18:57:10 +0900 (2d57b5c)
+++ reference/1.1.1/command-line-tools/droonga-engine-catalog-modify/index.md    2015-05-08 19:18:00 +0900 (26580e8)
@@ -12,7 +12,39 @@ layout: en
 
 ## Parameters {#parameters}
 
-(TBD)
+`--source=PATH`
+: The path to the `catalog.json` to be modified.
+  `-` means the standard input.
+  It is the path to the `catalog.json` for the `droonga-engine` service on the computer (`/home/droonga-engine/droonga/catalog.json`), by default.
+
+`--output=PATH`
+: The output path of modified `catalog.json` to be saved as.
+  `-` means the standard output.
+  Any existing file at the specified path will be overwritten without confirmation.
+  `-` by default.
+
+`--[no-]update`
+: Update the source file itself, or not.
+  
+  * `--update` overwrites the source file itself given by the `--source` option.
+  * `--no-update` prints the modified `catalog.json` to the output given by the `--output` option.
+  
+  `--update` by default.
+
+`--dataset=NAME`
+: The name of an existing dataset to be modified.
+  This can be specified multiple times to modify multiple datasets.
+  `Default` by default.
+
+`--replica-hosts=NAME1,NAME2,...`
+: Host names of engine nodes to be used as replicas in the dataset specified by the preceding `--dataset` option.
+  If you specify this option, all existing replica nodes defined in the dataset are replaced.
+
+`--add-replica-hosts=NAME1,NAME2,...`
+: Host names of engine nodes to be added to the cluster as replicas, in the dataset specified by the preceding `--dataset` option.
+
+`--remove-replica-hosts=NAME1,NAME2,...`
+: Host names of engine nodes to be removed from the cluster, in the dataset specified by the preceding `--dataset` option.
 
 ## How to install {#install}
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index