Add output flag support for site command
The site status command was missing the output flag, that allowed user to display site resource as yaml or json. Also added "Sites in Network" parameter, which is currently not defined in refDog.
fixes #2049
Also added "Sites in Network" parameter, which is currently not defined in refDog.
If I'm not wrong, I think we don't need to add to the skupper site status all the sections that you can see using kubectl. @ssorj thoughts?
@ssorj can you take a look at this and let me know if "Sites in Network" should be included in CLI command
One comment to add here is that the --output flag is currently working for system sites.
@lynnemorrison do you mind to keep the output status command as it is now and just include in this PR the --output flag?
We can address later what to show in the status command output in this issue: #2237
Thank you!
@lynnemorrison do you mind to keep the output status command as it is now and just include in this PR the
--outputflag?We can address later what to show in the status command output in this issue: #2237
Thank you!
done