mdeuser commented on issue #430: "wsk property get" should return raw output when provided with specific property. URL: https://github.com/apache/incubator-openwhisk-cli/pull/430#issuecomment-476739605 what about a `--output | -o` flag that takes a single value specifying the desired output type? ``` ./wsk property get --namespace -o json // for future pr :-) ./wsk property get --namespace -o raw ./wsk property get --namespace -o std // today's formatting ./wsk property get --namespace // defaults to "std" formatting ``` additional output formats can be added without requiring new option flags.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
