mkr icon indicating copy to clipboard operation
mkr copied to clipboard

Add `--jq` option to `org` sub command

Open kmuto opened this issue 1 year ago • 0 comments

It would be helpful if mkr org subcommand has --jq option like other subcommands.

For example:

$ mkr org --jq '.name'
myorg
$ mkr org --jq '.displayName'
My Organization

Here is a patch to add --jq option to org subcommand and test code.

I referred the code of channels subcommand.

kmuto avatar May 20 '24 10:05 kmuto