CLI Reference
Bivvy provides the following commands:
| Command | Description |
|---|---|
bivvy run | Run setup workflow |
bivvy init | Initialize configuration |
bivvy status | Show current status |
bivvy list | List steps and workflows |
bivvy last | Show last run info |
bivvy history | Show execution history |
bivvy lint | Validate configuration |
bivvy config | Show configuration |
Global Flags
These flags work with all commands:
| Flag | Short | Description |
|---|---|---|
--help | -h | Show help |
--version | -V | Show version |
--verbose | -v | Verbose output |
--quiet | -q | Minimal output |
--no-color | Disable colors | |
--project | -p | Project root path |
--debug | Enable debug logging |
Output Modes
Bivvy supports three output modes:
- Normal (default): Standard output with progress indicators
- Verbose (
-v): Detailed output with timestamps and debug info - Quiet (
-q): Minimal output, errors only
Exit Codes
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | General error or validation failure |
| 2 | Configuration error |
| 130 | Interrupted (Ctrl+C) |