S4 command line utility
-----------------------
Key: S4-38
URL: https://issues.apache.org/jira/browse/S4-38
Project: Apache S4
Issue Type: New Feature
Affects Versions: 0.5
Reporter: Leo Neumeyer
I'd like to propose that we provide a command line utility similar to play in
Play! Framework. The idea is to implement various common function using a
single utility program. Examples:
{code}
> s4 build // builds an app
> s4 load // loads an app to the cluster.
> s4 unload // stops and unloads an app from the cluster
> s4 stats // provide stats about a running cluster
{code}
We can start by modifying the Play script which is under Apache license.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira