Overview
Inorder to use ts-relayer as a standalone relayer like hermes, it might make sense to have additional flag of --output <json | yaml | default> for all the queries with ibc-setup *.
Why
To be able to use jq with ibc-setup directly in bash instead of having to create a custom wrapper around the relayer. This will reduce the overhead of running the relayer with the current opperators as well (moving ts-relayer to more production usecases).
Will be a nice to have