Hermes default should be pretty-printing instead of JSON #805
Labels
O: usability
Objective: cause to improve the user experience (UX) and ease using the product
Milestone
Crate
ibc-relayer-cli
Summary
Currently Hermes provides all output in JSON format. We'd like to enable by default human-readable format, while still permitting to switch to JSON in case this is necessary for certain use-cases.
These requirements are informed inspired both from ADR 006, as well as other issues (#628, #730).
Proposal
Introduce the global
-j
/--json
flag to signal to Hermes that JSON should be used for all output. If this flag is not specified, then output is human readable (pretty printing).Acceptance Criteria
-j
flagFor Admin Use
The text was updated successfully, but these errors were encountered: