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 | shThe 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 initThis command:
- Imports runs for the current repository
To teach supported agents how to use Everr from this repo, install the bundled skills:
everr skills installThe 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.