A CLI tool for interacting with Cromwell workflow engine and WDL files.
curl -sSL https://raw.githubusercontent.com/lmtani/pumbaa/main/install.sh | bashOr download from GitHub Releases.
pumbaa config init # Interactive setup wizard
pumbaa dashboard # Launch interactive TUI- Go 1.21+
go build -o pumbaa ./cmd/pumbaa
# Run tests
go test ./...cmd/pumbaa/ # CLI entrypoint
internal/
├── domain/ # Business entities and ports
├── application/ # Use cases
├── infrastructure/ # External services (Cromwell, GCS, LLM)
└── interfaces/ # CLI commands and TUI
docs/ # MkDocs documentation