Everr
CLI

Install

Use the Everr CLI to inspect CI/CD status directly from your terminal.

The Everr CLI helps AI agents and humans move quickly from CI/CD signal to action.

It is designed so teams can inspect failures, logs, and branch status from the current repository context without switching tools.

Install

Install the latest Everr CLI build:

curl -fsSL https://everr.dev/install.sh | sh

The installer places everr in ~/.local/bin and automatically runs the guided setup wizard to log in and configure your repository.

To configure a repo with Everr, run:

everr init

This command:

  • Imports runs for the current repository

To teach supported agents how to use Everr from this repo, install the bundled skills:

everr skills install

The installer asks which skills, scope, and providers to use. Project installs write the canonical skills to .agents/skills. For Claude Code, Everr also creates provider symlinks under .claude/skills. Use --global to install the same skills under ~/.agents/skills and link them into supported global provider directories.

On this page