Skip to content

CLI Reference

Bivvy provides the following commands:

CommandDescription
bivvy runRun setup workflow
bivvy initInitialize configuration
bivvy statusShow current status
bivvy listList steps and workflows
bivvy lastShow last run info
bivvy historyShow execution history
bivvy lintValidate configuration
bivvy configShow configuration

Global Flags

These flags work with all commands:

FlagShortDescription
--help-hShow help
--version-VShow version
--verbose-vVerbose output
--quiet-qMinimal output
--no-colorDisable colors
--project-pProject root path
--debugEnable 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

CodeMeaning
0Success
1General error or validation failure
2Configuration error
130Interrupted (Ctrl+C)