[
https://issues.apache.org/jira/browse/ARIA-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15994952#comment-15994952
]
ASF GitHub Bot commented on ARIA-148:
-------------------------------------
Github user ran-z commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/107#discussion_r114553193
--- Diff: aria/cli/core/aria.py ---
@@ -325,6 +325,30 @@ def __init__(self):
default=defaults.SERVICE_TEMPLATE_FILENAME,
help=helptexts.SERVICE_TEMPLATE_FILENAME)
+ self.display_json = click.option(
+ '-j',
+ '--json',
+ is_flag=True,
+ help=helptexts.DISPLAY_JSON)
+
+ self.display_yaml = click.option(
--- End diff --
`yaml_output`?
> Add CLI display commands
> ------------------------
>
> Key: ARIA-148
> URL: https://issues.apache.org/jira/browse/ARIA-148
> Project: AriaTosca
> Issue Type: Story
> Reporter: Tal Liron
> Assignee: Tal Liron
>
> {{aria service-templates display}}
> {{aria services display}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)