[ https://issues.apache.org/jira/browse/TINKERPOP-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
stephen mallette updated TINKERPOP-1056: ---------------------------------------- Assignee: (was: stephen mallette) Priority: Trivial (was: Minor) Fix Version/s: (was: 3.1.1-incubating) Getting a little tight for time on 3.1.1-incubating - this issue is a nice to have and could likely be done by anyone. bumped to trivial priority and removed the assignment to 3.1.1-incubating > Shorthand to remote a script in a file to Gremlin Server > -------------------------------------------------------- > > Key: TINKERPOP-1056 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1056 > Project: TinkerPop > Issue Type: Improvement > Components: server > Affects Versions: 3.1.0-incubating > Reporter: stephen mallette > Priority: Trivial > > You currently have to do this: > {code} > gremlin> myScript = new File('my-script.groovy').getText('UTF-8') > ==>x = 1 > y = 2 > addItUp(x,y) > gremlin> :> @myScript > ==>3 > {code} > to submit a file to the server. Would be nice if it was just: > {code} > gremlin> :> ~my-script.groovy > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)