How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Is your feature request related to a problem? Please describe.
I'm using a script in order to add admin delegations via occ admin-delegation:add. In order to make it easier to parse already existing delegations so the script doesn't attempt adding it or in order to find delegations which need to be removed I'm looking for an easy way to parse the output of occ admin-delegation:show.
Describe the solution you'd like
I'd be happy if occ admin-delegation:show would support --output=json like most other submodules do.
How to use GitHub
Is your feature request related to a problem? Please describe.
I'm using a script in order to add admin delegations via
occ admin-delegation:add. In order to make it easier to parse already existing delegations so the script doesn't attempt adding it or in order to find delegations which need to be removed I'm looking for an easy way to parse the output ofocc admin-delegation:show.Describe the solution you'd like
I'd be happy if
occ admin-delegation:showwould support--output=jsonlike most other submodules do.