circles
circles copied to clipboard
"occ circles:membership --output json ..." ignores output option and just shows plain output
It doesn't matter if you ask for json or json_pretty.
I use this command to perform some operations with bash scripting, and it would be nice and safer to be able to parse output with some json library instead of plain sed/awk commands.
Regards