Loads application config, starts the configured Ecto repo, and fetches the incident bundle for a given transaction ID.
Arguments
transaction_id(required) — The ID of the transaction to query.
Flags
--json— Output the incident bundle as JSON, suppressing Elixir Logger output. Useful for piping to tools likejq.
Examples
mix threadline.incident 12345
mix threadline.incident 12345 --json | jq .