Summary
fetch-metrics prints a human-readable block of parsed attestation values.
That is right for a person at a terminal, but it means anyone wiring this into
a cron job or CI has to parse formatted text.
Acceptance Criteria
Tech Stack
Rust, serde_json
Summary
fetch-metricsprints a human-readable block of parsed attestation values.That is right for a person at a terminal, but it means anyone wiring this into
a cron job or CI has to parse formatted text.
Acceptance Criteria
--jsonflag that emits the same parsed values as a single JSONobject on stdout
current behaviour
--jsonmode, so output stays pipeable
Tech Stack
Rust, serde_json