[GitHub] incubator-ariatosca pull request #25: CLI commands for parser

2016-11-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-ariatosca/pull/25 --- 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 fea

[GitHub] incubator-ariatosca pull request #25: CLI commands for parser

2016-11-16 Thread dankilman
Github user dankilman commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/25#discussion_r88401147 --- Diff: README.md --- @@ -1,4 +1,193 @@ -Aria +ARIA -See http://ariatosca.org/ +[ARIA](http://ariatosca.org/) i

[GitHub] incubator-ariatosca pull request #25: CLI commands for parser

2016-11-16 Thread dankilman
Github user dankilman commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/25#discussion_r88400885 --- Diff: README.md --- @@ -1,4 +1,193 @@ -Aria +ARIA -See http://ariatosca.org/ +[ARIA](http://ariatosca.org/) i

[GitHub] incubator-ariatosca pull request #25: CLI commands for parser

2016-11-16 Thread dankilman
Github user dankilman commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/25#discussion_r88400321 --- Diff: aria/cli/commands.py --- @@ -295,3 +294,68 @@ def _load_workflow_handler(handler_path): except AttributeError:

[GitHub] incubator-ariatosca pull request #25: CLI commands for parser

2016-11-16 Thread dankilman
Github user dankilman commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/25#discussion_r88400659 --- Diff: aria/cli/cli.py --- @@ -44,6 +46,7 @@ def __init__(self, *args, **kwargs): self.commands = { 'init': Init

[GitHub] incubator-ariatosca pull request #25: CLI commands for parser

2016-11-16 Thread dankilman
Github user dankilman commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/25#discussion_r88400526 --- Diff: aria/cli/commands.py --- @@ -164,10 +162,11 @@ def _workspace_setup(self): return local_storage() def _pars

[GitHub] incubator-ariatosca pull request #25: CLI commands for parser

2016-11-16 Thread tliron
GitHub user tliron opened a pull request: https://github.com/apache/incubator-ariatosca/pull/25 CLI commands for parser Also includes some fixed to TOSCA extension. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tliron/incubator-