[GitHub] stratos pull request: Python CLI GSoC15

2015-08-17 Thread agentmilindu
Github user agentmilindu commented on a diff in the pull request: https://github.com/apache/stratos/pull/437#discussion_r37264199 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/CLI.py --- @@ -0,0 +1,1530 @@ +# Licensed to the Apache Software Foundation

[GitHub] stratos pull request: Python CLI GSoC15

2015-08-17 Thread agentmilindu
Github user agentmilindu commented on a diff in the pull request: https://github.com/apache/stratos/pull/437#discussion_r37264177 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/CLI.py --- @@ -0,0 +1,1530 @@ +# Licensed to the Apache Software Foundation

[GitHub] stratos pull request: Python CLI GSoC15

2015-08-17 Thread agentmilindu
GitHub user agentmilindu opened a pull request: https://github.com/apache/stratos/pull/437 Python CLI GSoC15 You can merge this pull request into a Git repository by running: $ git pull https://github.com/agentmilindu/stratos python-cli-gsoc15 Alternatively you can review

[GitHub] stratos pull request: Python CLI PR1

2015-08-02 Thread agentmilindu
Github user agentmilindu commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r36040500 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/CLI.py --- @@ -0,0 +1,190 @@ +from cmd2 import * +from Utils import

[GitHub] stratos pull request: Python CLI PR1

2015-08-02 Thread agentmilindu
Github user agentmilindu commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r36040497 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/CLI.py --- @@ -0,0 +1,190 @@ +from cmd2 import * +from Utils import

[GitHub] stratos pull request: Python CLI PR1

2015-08-01 Thread agentmilindu
Github user agentmilindu commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r36039838 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/Main.py --- @@ -0,0 +1,38 @@ +import sys --- End diff -- Fixed

[GitHub] stratos pull request: Python CLI PR1

2015-08-01 Thread agentmilindu
Github user agentmilindu commented on a diff in the pull request: https://github.com/apache/stratos/pull/414#discussion_r36039837 --- Diff: components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py --- @@ -0,0 +1,14 @@ +import os + +stratos_prompt

[GitHub] stratos pull request: Python CLI PR1

2015-07-30 Thread agentmilindu
GitHub user agentmilindu opened a pull request: https://github.com/apache/stratos/pull/414 Python CLI PR1 Python CLI for Stratos *( Do not merge )* You can merge this pull request into a Git repository by running: $ git pull https://github.com/agentmilindu/stratos