overwire history
Lists recent workflow runs for the current project from the run store, with subcommands for run details and retention.
overwire history [options] [command]Options
Section titled “Options”| Option | Description |
|---|---|
--config-root <dir> | Project config root (default .overwire). |
--json | Output as JSON. |
--limit <n> | Max number of runs to show (default 20). |
Subcommands
Section titled “Subcommands”history show <run-id>
Section titled “history show <run-id>”Shows details for a single run: jobs, steps, outcomes, and durations.
overwire history show 01JXAMPLEhistory prune
Section titled “history prune”Applies the retention policy to the run store across all repositories.
overwire history pruneExamples
Section titled “Examples”overwire history --limit 10overwire history show 01JXAMPLERun ids from history feed overwire run --rerun-failed and overwire seed-mocks --from-run. See Runs and the run store.
Overwire is not affiliated with, endorsed by, or sponsored by GitHub, Inc. “GitHub” and “GitHub Actions” are trademarks of GitHub, Inc.