Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/ROOT/pages/tools/cypher-shell.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The syntax for running Cypher Shell is:
[-f FILE] [--change-password] [--log [LOG-FILE]]
[--history HISTORY-BEHAVIOUR]
[--notifications] [--fail-fast | --fail-at-end]
[--idle-timeout IDLE-TIMEOUT]
[cypher]
----

Expand Down Expand Up @@ -114,6 +115,10 @@ It can also be set using the environmental variable NEO4J_CYPHER_SHELL_HISTORY.
|--notifications
|Enable query notifications in interactive mode.
|false

|--idle-timeout IDLE-TIMEOUT
|Closes the application after the specified amount of idle time in interactive mode. You can specify the duration using the format `<hours>h<minutes>m<seconds>s`, for example `1h` (1 hour), `1h30m` (1 hour 30 minutes), or `30m` (30 minutes).
|disable
|===

== Connection arguments
Expand Down