Instant startup
The dashboard is cached to disk after every load. The next launch paints your fleet immediately, marked cached, refreshing..., while a fresh load runs in the background.
A fast, keyboard-driven terminal UI for GoCD. Your whole fleet, pipeline groups, run history, stages, and live console logs, on one keyboard-driven screen.
$ brew install Sahilll15/tap/lazygocd
or cargo install lazygocd from crates.io
Everything you reach for during a deploy, without a browser tab. The conventions you already know from modern terminal tools: rounded panels, semantic colors, footer key hints, a status LED next to the server URL.
The dashboard is cached to disk after every load. The next launch paints your fleet immediately, marked cached, refreshing..., while a fresh load runs in the background.
One keystroke filters thousands of pipelines across every group, collapsed or not, with matched characters highlighted as you type.
Open any job's raw log in a full-screen view. It tails itself every ~3s while the stage runs and stops on its own once it finishes.
Run control from the keyboard, each behind a confirm prompt. Cancel stops a build already in flight, which pause can't do.
The Details panel compares the deployed commit against the latest on the branch: ✓ up to date or ⚠ not latest. Token optional, only needed for private repos.
Star pipelines to pin them in a gold Favorites section at the top of the tree, expanded by default and saved across sessions.
Click to focus a pane and select a row, click the selected row again to open it, and scroll whatever pane is under the cursor.
The dashboard and the open pipeline's history silently re-poll every 30 seconds (configurable). No r mashing during a deploy.
Verified against a GoCD 23.5.0 instance with 185 pipeline groups and 2,389 pipelines. One gzipped call to /api/dashboard loads the whole tree, pause states, and latest-run statuses.
Yes. lazygocd is an open-source terminal UI (TUI) for GoCD, written in Rust. It shows pipeline groups, run history, stages and live console logs on one keyboard-driven screen, and can trigger, pause, cancel and rerun pipelines without a browser.
That is the idea it is built on. lazygocd applies the lazygit model, a fast keyboard-driven terminal interface over an existing tool, to GoCD pipelines instead of git repositories.
Install it with brew install Sahilll15/tap/lazygocd or cargo install lazygocd, run lazygocd, and enter your GoCD server URL with an access token or username and password. See the quickstart.
No. It is a single binary that uses the GoCD REST API with your own credentials, so it needs no plugin, no agent, and no administrator access to the GoCD server.
Yes. It loads the whole dashboard in a single API call rather than polling per pipeline, caches it to disk for instant startup, revalidates with ETags so unchanged polls cost nothing, and offers fuzzy filtering to find one pipeline among thousands. It is used daily against an instance with roughly 2,400 pipelines.
Install with Homebrew, run lazygocd, and the first-run form walks you through connecting. Config lands in ~/.config/lazygocd/config.toml with owner-only permissions.