cli
cli copied to clipboard
`tenant create` and `tenant view` commands are not providing json output
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