SkillAgentSearch skills...

Brigadeterm

A simple terminal ui for brigade pipelining system

Install / Use

/learn @slok/Brigadeterm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars61
CategoryDevelopment
Updated7mo ago
Forks5

Languages

Go

Security Score

87/100

Audited on Aug 29, 2025

No findings