GitHub user Ziemin opened a pull request:

    https://github.com/apache/incubator-predictionio/pull/283

    [PIO-28] Console refactor

    I moved some logic from functions in console to a separate package - 
commands. These function should now mostly return Expected[Result] or 
MaybeError, which are basically aliases for Either[String, Result]. With the 
introduced changed it will be easier to implement the Admin Server, which could 
simply make use of the same logic as Console.
    
    In addition to that I removed template get and list commands as well as 
upgrade, because they are no longer going to be supported. Currently typing one 
of this commands will result with appropriate error.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Ziemin/incubator-predictionio console_refactor

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-predictionio/pull/283.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #283
    
----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to