Merge "Format attributes as JSON in resource-show output"
This commit is contained in:
@@ -810,6 +810,7 @@ def do_resource_show(hc, args):
|
||||
{'id': args.id, 'resource': args.resource})
|
||||
else:
|
||||
formatters = {
|
||||
'attributes': utils.json_formatter,
|
||||
'links': utils.link_formatter,
|
||||
'required_by': utils.newline_list_formatter
|
||||
}
|
||||
|
Reference in New Issue
Block a user