Expand description
Output glue. The single seam through which CLI subcommands write their one line of JSON to stdout.
Functions§
- emit
- Emit a payload to stdout as one line of JSON. Wraps
shared::afdata::emitand is the single seam through which CLI subcommands produce output. - emit_
revealing_ takeover - Emit an otherwise-redacted result while revealing only the short-lived takeover capability requested by an explicit panel/takeover operation.
- emit_
unredacted - Emit a payload to stdout without AFDATA redaction. This is only for
explicit reveal flags; normal command output must use
emit.