cli icon indicating copy to clipboard operation
cli copied to clipboard

`tenant create` and `tenant view` commands are not providing json output

Open benPearce1 opened this issue 1 year ago • 0 comments

The bug

tenant create and tenant view are not providing JSON output when the -f json flag is supplied.

Command to reproduce

tenant view "tenant name" -f json

Outcome

octopus tenant view "tenant 99"  --space tenants -f json
tenant 99 (Tenants-321)
No description provided

Versions

cli: all that support tenant create and view commnands

Octopus Server: all supported

Workaround

tenant list -f json will provide json output for all tenants, allowing for client side filtering

Links

benPearce1 avatar Sep 15 '23 01:09 benPearce1