Skip to content

bivvy status

Shows the current status of your setup without running anything.

Usage

Terminal window
bivvy status # Show status overview
bivvy status --json # Output as JSON
bivvy status --step=name # Show specific step

Example Output

Test - Status
Last run: 2024-01-15 14:32 (default)
Steps:
[ok] hello
[FAIL] world
[--] database

Status Indicators

SymbolMeaning
[ok]Success - step completed successfully
[FAIL]Failed - last run failed
[skip]Skipped - step was skipped
[--]Never run - step has never run

Recommendations

When there are steps that haven’t been run, the status command will suggest:

Run `bivvy run --only=database` to run remaining steps