Skip to content

Commit 1b7ea24

Browse files
committed
Document Cypher Shell --transaction-timeout
1 parent f3081fa commit 1b7ea24

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

modules/ROOT/pages/cypher-shell.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ Alternatively, you can download it from link:https://neo4j.com/deployment-center
1919
The syntax for running Cypher Shell is:
2020

2121
----
22-
cypher-shell [-h] [-a ADDRESS] [-u USERNAME] [--impersonate IMPERSONATE] [-p PASSWORD]
22+
usage: cypher-shell [-h] [-a ADDRESS] [-u USERNAME] [--impersonate IMPERSONATE] [-p PASSWORD]
2323
[--encryption {true,false,default}] [-d DATABASE] [--access-mode {read,write}]
2424
[--enable-autocompletions] [--format {auto,verbose,plain}] [-P PARAM]
2525
[--non-interactive] [--sample-rows SAMPLE-ROWS] [--wrap {true,false}] [-v]
2626
[--driver-version] [-f FILE] [--change-password] [--log [LOG-FILE]]
2727
[--history HISTORY-BEHAVIOUR] [--notifications] [--idle-timeout IDLE-TIMEOUT]
28-
[--error-format {gql,legacy,stacktrace}] [--fail-fast | --fail-at-end] [cypher]
28+
[--error-format {gql,legacy,stacktrace}]
29+
[--transaction-timeout TRANSACTION-TIMEOUT] [--fail-fast | --fail-at-end]
30+
[cypher]
2931
----
3032

3133
== Positional arguments
@@ -123,6 +125,10 @@ Can also be set using the environment variable `NEO4J_CYPHER_SHELL_HISTORY`.
123125
|--error-format {gql,legacy,stacktrace}
124126
|Controls how errors are displayed.
125127
|gql label:new[Changed in 2025.06]
128+
129+
|--transaction-timeout {gql,legacy,stacktrace}
130+
|Transaction timeout. 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).
131+
|disable label:new[Changed in 2026.01]
126132
|===
127133

128134
== Connection arguments

0 commit comments

Comments
 (0)