[ https://issues.apache.org/jira/browse/TINKERPOP3-894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15007300#comment-15007300 ]
Marko A. Rodriguez commented on TINKERPOP3-894: ----------------------------------------------- I'm cool and not cool with this at the same time. Its cool for us as we know whats going on behind the scenes. However, for users, it will cause problems as they won't understand {{import:}}. Too many overloads and people don't understand what is fundamentally going on. Given that its a "one time thing" that users do (as they aren't wipping their ext/ as much as us developers), I think we should just keep the standard, verbose representation. > Shorthand for install of TinkerPop dependencies > ----------------------------------------------- > > Key: TINKERPOP3-894 > URL: https://issues.apache.org/jira/browse/TINKERPOP3-894 > Project: TinkerPop 3 > Issue Type: Improvement > Components: console, server > Affects Versions: 3.0.2-incubating > Reporter: stephen mallette > Assignee: stephen mallette > Priority: Trivial > > Gremlin Console's :install command: > https://github.com/apache/incubator-tinkerpop/blob/master/gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/commands/InstallCommand.groovy > and Gremlin Server's bin/gremlin-server.sh -i > https://github.com/apache/incubator-tinkerpop/blob/master/gremlin-server/src/main/java/org/apache/tinkerpop/gremlin/server/util/GremlinServerInstall.java > pull down dependencies.They take as arguments maven coordinates: > {code} > :install org.apache.tinkerpop hadoop-gremlin 3.0.0-incubating > {code} > Of course, for installing "TinkerPop" dependencies, the version should match > the version of the host (console or server), so that part could be inferred. > {code} > :install org.apache.tinkerpop hadoop-gremlin > {code} > ... or even better: > {code} > :install hadoop-gremlin > {code} > Given this :install command, the console could assume that you want to > install one of the default plugins (org.apache.tinkerpop) for the current > version (x.y.z-***). Suggested by [~dkuppitz] -- This message was sent by Atlassian JIRA (v6.3.4#6332)