Brigadeterm is a text based dashboard for Brigade pipeline system.
Download the binary from releases.
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}
To build just type:
make build-binary
Or use go directly:
go get -u github.com/slok/brigadeterm/cmd/brigadeterm/...
Here you have some screenshots.