You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2023. It is now read-only.
Hi, I'm doing some automation work with cypher-shell with the following command:
cypher-shell -u $USER -p $PASS -f $filename
And while in an interactive shell I get the script's output nicely on stdout, e.g.:
0 rows available after 2 ms, consumed after another 0 ms
Set 6 properties
I am unable to find a way to get such output when running in a non-interactive bash shell. How can I do this? I'd prefer to have this info in the logs of my automation scripts for debugging/visibility purposes.