@@ -36,22 +36,26 @@ To show the help message and all available commands of the citydb-tool, simply t
3636This will print the following usage information:
3737
3838```
39- Usage: citydb [-hV] [-L=<level>] [--log-file=<file>] [--pid-file=<file>]
40- [@<filename>...] COMMAND
39+ Usage: citydb [OPTIONS] COMMAND
4140Command-line interface for the 3D City Database.
42- [@<filename>...] One or more argument files containing options.
43- -L, --log-level=<level> Log level: fatal, error, warn, info, debug, trace
44- (default: info).
45- --log-file=<file> Write log messages to this file.
46- --pid-file=<file> Create a file containing the process ID.
47- -h, --help Show this help message and exit.
48- -V, --version Print version information and exit.
41+ [@<filename>...] One or more argument files containing options.
42+ --config-file=<file> Load configuration from this file.
43+ -L, --log-level=<level> Log level: fatal, error, warn, info, debug, trace
44+ (default: info).
45+ --log-file=<file> Write log messages to this file.
46+ --pid-file=<file> Create a file containing the process ID.
47+ --plugins=<dir> Load plugins from this directory.
48+ --use-plugins=<plugin[=true|false][,<plugin[=true|false]...]
49+ Enable or disable plugins with a matching fully
50+ qualified class name (default: true).
51+ -h, --help Show this help message and exit.
52+ -V, --version Print version information and exit.
4953Commands:
5054 help Display help information about the specified command.
5155 import Import data in a supported format.
5256 export Export data in a supported format.
5357 delete Delete features from the database.
54- index Perform index operations on the database .
58+ index Perform index operations.
5559```
5660
5761To get help about a specific command of the citydb-tool, enter the following and replace ` COMMAND ` with the name of
@@ -89,6 +93,7 @@ container, mount a host folder to `/data` inside the container.
8993 [-e CITYDB_SCHEMA=theCityDBSchemaName] \
9094 [-e CITYDB_USERNAME=theUsername] \
9195 [-e CITYDB_PASSWORD=theSecretPass] \
96+ [-e CITYDB_CONN_PROPS=connProperties] \
9297 [-v /my/data/:/data] \
9398 3dcitydb/citydb-tool[:TAG] COMMAND
9499
0 commit comments