bivvy status
Shows the current status of your setup without running anything.
Usage
bivvy status # Show status overviewbivvy status --json # Output as JSONbivvy status --step=name # Show specific stepExample Output
Test - StatusLast run: 2024-01-15 14:32 (default)
Steps: [ok] hello [FAIL] world [--] databaseStatus Indicators
| Symbol | Meaning |
|---|---|
[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