CI/CD monitoring, from your terminal

Check pipeline status, rerun failed workflows, and stream build logs — all without leaving your terminal. The fastest way to stay on top of your CI/CD.

curl -sfL https://get.cicd.watch | bash

Everything you'd do in GitHub, but faster

Purpose-built for developers who live in the terminal. No browser tabs, no clicking through UIs.

Check Pipeline Status

Instantly see which workflows are passing, failing, or still running — without leaving your terminal or opening a browser.

Trigger Workflow Reruns

Re-run failed or flaky workflows with a single command. No more navigating through GitHub's UI to hit the retry button.

Stream Build Logs

Tail logs from running workflows in real time, right in your terminal. Debug failures as they happen instead of after the fact.

Filter by Repo and Branch

Scope your view to the repos and branches that matter. Focus on your feature branch or get a cross-repo overview — your choice.

Up and running in 60 seconds

Install, authenticate, and start watching your pipelines.

1

Install

Downloads the latest binary for macOS or Linux and places it on your PATH.

curl -sfL https://get.cicd.watch | bash
2

Authenticate

Create an API key from Settings > API Keys and log in.

cicd login
3

Watch your pipelines

See pipeline status across all connected providers in a live-updating TUI.

cicd watch

Supported providers

The CLI works with every CI/CD provider that CI/CD Watch supports. If it's connected in your dashboard, you can query it from the terminal.

  • GitHub Actions
  • GitLab CI
  • Bitbucket Pipelines
  • CircleCI
  • Azure DevOps
  • Jenkins

Platforms

Pre-built binaries are available for the most common platforms. The installer auto-detects your OS and architecture.

  • macOS (Apple Silicon & Intel)
  • Linux (x86_64 & arm64)

Requires an active CI/CD Watch account with at least one connected CI/CD provider and an API key with read scope. Add write scope to trigger workflow reruns.

Install the CLI and get started

One command to install, authenticate with your API key, and start monitoring your pipelines from the terminal.

curl -sfL https://get.cicd.watch | bash