moss: Support passing --format=json
or similar to moss inspect
#234
Labels
type: enhancement
New feature or request
Milestone
Context
For CI purposes, we need to be able to parse the binary manifest files via Python. Rather than teaching Python to parse moss-format, why not just enable
moss inspect
to outputinspect
fields in a format (JSON) that Python already understands?This will also enable us to experiment with pipelines using
jq
for instance.The text was updated successfully, but these errors were encountered: