Hello,
I'm eagerly exploring sequoia as a stateless, useable replacement for
gnupg on several use cases. One simple task I need to do is to get the
fingerprint of a key, and `sq inspect` would neatly do it.
However: the output of `sq inspect` is clearly intended to be human
readable, and machine-parsing it seems very error prone and likely to
break on a future version of sq.
Would it be possible to add something trivially machine-readable, like a
--json option that makes sq output JSON?
Thanks,
Enrico