Skip to content

bivvy last

Shows details about the last execution.

Usage

Terminal window
bivvy last # Show last run summary
bivvy last --json # Output as JSON
bivvy last --step=name # Show specific step
bivvy last --output # Include command output

Example Output

Last Run
─────────────────────────────────────
Date: 2024-01-15 14:32:05
Workflow: default
Duration: 2m 15s
Status: Success
Steps executed:
- brew: Success
- mise: Success
- ruby_deps: Success
Skipped: seeds (--skip)

No History

If no runs have been recorded:

No runs recorded for this project.

Failed Run

If the last run failed, the error message is displayed:

Status: Failed
Error: Step 'database' failed with exit code 1