A terminal user interface for monitoring AWS CodePipelines.
- Monitor AWS CodePipeline status in a terminal UI
- Filter pipelines by name pattern
- Real-time pipeline status updates
- Structured logging with configurable levels
go build -o build/pipeboard-cli cmd/pipeboard/*.goOr using mise-en-place:
mise build./build/pipeboard-cli <filter>Where <filter> is a pattern to match pipeline names.
- Go 1.24+
- AWS credentials configured (if you can run the AWS CLI, you should be good to go)