Description
Not sure what's happening but commands seem to be only executing locally:
gremlin> :remote connect tinkerpop.server conf/remote.yaml ==>Configured localhost/127.0.0.1:8182 gremlin> :remote console ==>All scripts will now be sent to Gremlin Server - [localhost/127.0.0.1:8182] - type ':remote console' to return to local mode gremlin> g.V().count() No such property: g for class: groovysh_evaluate Type ':help' or ':h' for help. Display stack trace? [yN]n gremlin> :> g ==>graphtraversalsource[tinkergraph[vertices:10000 edges:116974], standard] gremlin> :> g.V().count() ==>10000
Only tested on 3.7.0 - could be bad on earlier versions. not sure....