Arangoinspect Options

Usage: arangoinspect [<options>]

Global Options

NameTypeDescription
configurationstringThe configuration file or 'none'.
Default: ""
jslintstring...Do not start as shell, run jslint instead.
Default: []
quietbooleanSilent startup.
Default: false
versionbooleanReports the version and exits.
Default: false

Console Options

NameTypeDescription
console.audit-filestringAudit log file to save commands and results.
Default: ""
console.auto-completebooleanEnable auto completion.
Default: true
console.colorsbooleanEnable color support.
Default: true
console.pagerbooleanEnable paging.
Default: false
console.pretty-printbooleanEnable pretty printing.
Default: true
console.promptstringPrompt 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

NameTypeDescription
javascript.check-syntaxstring...Syntax check code Javascript code from file.
Default: []
javascript.current-module-directorybooleanAdd current directory to module path.
Default: true
javascript.executestring...Execute Javascript code from file.
Default: []
javascript.execute-stringstring...Execute Javascript code from string.
Default: []
javascript.gc-intervaluint64Request-based garbage collection interval (each n.th commands).
Default: 50
javascript.unit-testsstring...Do not start as shell, run unit tests instead.
Default: []
javascript.v8-max-heapuint64Maximal heap size (in MB).
Default: 3072

Log Options

NameTypeDescription
log.colorbooleanUse colors for TTY logging.
Default: true
log.escapebooleanEscape characters when logging.
Default: true
log.levelstring...The global or topic-specific log level.
Default: ["info"]
log.outputstring...Log destination(s).
Default: []
log.rolebooleanLog server role.
Default: false
log.use-local-timebooleanUse local timezone instead of UTC.
Default: false
log.use-microtimebooleanUse microtime instead.
Default: false

Server Options

NameTypeDescription
server.authenticationbooleanRequire authentication credentials when connecting (does not affect the server-side authentication settings).
Default: false
server.connection-timeoutdoubleConnection timeout in seconds.
Default: 5
server.databasestringDatabase name to use when connecting.
Default: "_system"
server.endpointstringEndpoint to connect to, use 'none' to start without a server.
Default: "http+tcp://127.0.0.1:8529"
server.passwordstringPassword to use when connecting. If not specified and authentication is required, the user will be prompted for a password.
Default: ""
server.request-timeoutdoubleRequest timeout in seconds.
Default: 1200
server.usernamestringUsername to use when connecting.
Default: "root"

Ssl Options

NameTypeDescription
ssl.protocoluint64Ssl protocol (1 = SSLv2, 2 = SSLv2 or SSLv3 (negotiated), 3 = SSLv3, 4 = TLSv1, 5 = TLSV1.2).
Default: 5
Possible values:
  • 1
  • 2
  • 3
  • 4
  • 5

Temp Options

NameTypeDescription
temp.pathstringPath for temporary files.
Default: ""