Arangoinspect Options
Usage: arangoinspect [<options>]
Global Options
Name | Type | Description |
---|---|---|
configuration | string | The configuration file or 'none'.
Default: ""
|
jslint | string... | Do not start as shell, run jslint instead.
Default: []
|
quiet | boolean | Silent startup.
Default: false
|
version | boolean | Reports the version and exits.
Default: false
|
Console Options
Name | Type | Description |
---|---|---|
console.audit-file | string | Audit log file to save commands and results.
Default: ""
|
console.auto-complete | boolean | Enable auto completion.
Default: true
|
console.colors | boolean | Enable color support.
Default: true
|
console.pager | boolean | Enable paging.
Default: false
|
console.pretty-print | boolean | Enable pretty printing.
Default: true
|
console.prompt | string | Prompt used in REPL. prompt components are: '%t': current time as timestamp, '%p': duration of last command in seconds, '%d': name of current database, '%e': current endpoint, '%E': current endpoint without protocol, '%u': current user.
Default: "%E@%d> "
|
Javascript Options
Name | Type | Description |
---|---|---|
javascript.check-syntax | string... | Syntax check code Javascript code from file.
Default: []
|
javascript.current-module-directory | boolean | Add current directory to module path.
Default: true
|
javascript.execute | string... | Execute Javascript code from file.
Default: []
|
javascript.execute-string | string... | Execute Javascript code from string.
Default: []
|
javascript.gc-interval | uint64 | Request-based garbage collection interval (each n.th commands).
Default: 50
|
javascript.unit-tests | string... | Do not start as shell, run unit tests instead.
Default: []
|
javascript.v8-max-heap | uint64 | Maximal heap size (in MB).
Default: 3072
|
Log Options
Name | Type | Description |
---|---|---|
log.color | boolean | Use colors for TTY logging.
Default: true
|
log.escape | boolean | Escape characters when logging.
Default: true
|
log.level | string... | The global or topic-specific log level.
Default: ["info"]
|
log.output | string... | Log destination(s).
Default: []
|
log.role | boolean | Log server role.
Default: false
|
log.use-local-time | boolean | Use local timezone instead of UTC.
Default: false
|
log.use-microtime | boolean | Use microtime instead.
Default: false
|
Server Options
Name | Type | Description |
---|---|---|
server.authentication | boolean | Require authentication credentials when connecting (does not affect the server-side authentication settings).
Default: false
|
server.connection-timeout | double | Connection timeout in seconds.
Default: 5
|
server.database | string | Database name to use when connecting.
Default: "_system"
|
server.endpoint | string | Endpoint to connect to, use 'none' to start without a server.
Default: "http+tcp://127.0.0.1:8529"
|
server.password | string | Password to use when connecting. If not specified and authentication is required, the user will be prompted for a password.
Default: ""
|
server.request-timeout | double | Request timeout in seconds.
Default: 1200
|
server.username | string | Username to use when connecting.
Default: "root"
|
Ssl Options
Name | Type | Description |
---|---|---|
ssl.protocol | uint64 | Ssl protocol (1 = SSLv2, 2 = SSLv2 or SSLv3 (negotiated), 3 = SSLv3, 4 = TLSv1, 5 = TLSV1.2).
Default: 5
Possible values:
|
Temp Options
Name | Type | Description |
---|---|---|
temp.path | string | Path for temporary files.
Default: ""
|