mix temper.clean (temper v0.2.0)

Copy Markdown View Source

Deletes Temper's recorded history files.

$ mix temper.clean

Removes every file matching .temper/history-*.jsonl (all partitions). Useful when the history predates a large refactor and its evidence no longer says anything about today's tests.

Options

  • --history GLOB — delete files matching this path or glob instead of the default (also configurable with config :temper, history_path: "...")