In relation to PR https://github.com/apache/tinkerpop/pull/439 , I'm
proposing that gremlin-server.sh will be an init script. As an init
script, the expectation of not providing any parameters is to display
usage/help:
Usage: gremlin-server.sh {start|stop|restart|status|console|install
<group> <artifact> <version>|<conf file>}
This breaks the current usage of starting the server in the foreground
with the default yaml file. Instead, a user would provide the command
`console`.
I have tried to keep other backwards compatibility by accepting `-i`
(aka `install`) and a yaml file. If the yaml file is the only
parameter, the server will continue to start in the foreground.
If there are no objections, then @spmallette will assume lazy
consensus after 72 hours and do his thing. I'm guessing. ;-)
--
Robert Dale