All Projects → slok → brigadeterm

slok / brigadeterm

Licence: Apache-2.0 license
A simple terminal ui for brigade pipelining system

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
shell
77523 projects
Dockerfile
14818 projects

Brigadeterm Build Status

Brigadeterm is a text based dashboard for Brigade pipeline system.

Download

Download the binary from releases.

Features

Project summary with latest builds

projects

Versioned build status timeline

builds

Pipeline summary with job status

pipelines

Realtime streamed logs per job

joblog

Run

Brigadeterm uses kubectl configuration, so you need access to the cluster using kubectl.

brigadeterm --namespace {BRIGADE_NAMESPACE}

If you have problems with the rendering on your terminal try setting the TERM env var. For example:

TERM=xterm brigadeterm --namespace {BRIGADE_NAMESPACE}

Build

To build just type:

make build-binary

Or use go directly:

go get -u github.com/slok/brigadeterm/cmd/brigadeterm/...

Screenshots

Here you have some screenshots.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].