mix threadline.incident (Threadline v0.4.0)

Copy Markdown View Source

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 like jq.

Examples

mix threadline.incident 12345
mix threadline.incident 12345 --json | jq .