CLI
Commands
Reference for all Everr CLI commands.
Authentication
everr cloud login— authenticate with your Everr accounteverr cloud logout— sign out
Setup
everr setup— run the guided setup wizard, including optional skills installationeverr init— import runs for the current repositoryeverr skills list [--project|--global] [--agent <codex|claude-code|cursor|all>]— list bundled Everr skillseverr skills install [SKILL]... [--all] [--project|--global] [--agent ...] [--force] [--dry-run]— install bundled skills; omittingSKILLin a terminal opens an interactive installereverr skills update [SKILL]... [--project|--global] [--agent ...] [--dry-run]— update installed bundled skillseverr skills uninstall [SKILL]... [--all] [--project|--global] [--agent ...] [--yes] [--dry-run]— uninstall bundled skills
CI/CD Status
-
everr ci status— show the current commit's pipeline state (state,active,completed)--commit <sha>target a specific commit--run-id <id>target a specific run--branch <name>/--repo <repo>override repository context
-
everr ci watch— wait until the currentHEADcommit finishes; exits non-zero if any run fails--commit <sha>target a specific commit--attempt <n>target a specific retry attempt--run-id <id>target a specific run--fail-fastexit immediately when any run fails
-
everr ci runs— list recent runs--branch <name>/--current-branchfilter by branch--conclusion <success|failure|cancellation>filter by outcome--workflow-name <name>filter by workflow--run-id <id>fetch a specific run
-
everr ci show <trace_id>— show jobs and steps for a run--failedshow only failed jobs and their failed steps
-
everr ci logs <trace_id>— print step logs (last 1000 lines by default)--job-name <job>/--step-number <n>target a specific step--tail <n>how many lines from the bottom--limit <n>/--offset <n>raw paging
Collection-style commands accept --limit <n> and --offset <n> for pagination.
Local Telemetry
everr local start— start the local OpenTelemetry collectoreverr local status— check whether the local OpenTelemetry collector is runningeverr local query "<SQL>"— query local telemetry with read-only SQLeverr local endpoint— print the current local collector URLeverr wrap -- <command>— run a command normally and mirror stdout/stderr into local telemetry- Requires a running collector; if unavailable, the command is not run
- Preserves the wrapped command's non-zero exit code
Other
everr uninstall— remove all config files, log out, and print the command to remove the CLI binary