Everr
CLI

Commands

Reference for all Everr CLI commands.

Authentication

  • everr cloud login — authenticate with your Everr account
  • everr cloud logout — sign out

Setup

  • everr setup — run the guided setup wizard, including optional skills installation
  • everr init — import runs for the current repository
  • everr skills list [--project|--global] [--agent <codex|claude-code|cursor|all>] — list bundled Everr skills
  • everr skills install [SKILL]... [--all] [--project|--global] [--agent ...] [--force] [--dry-run] — install bundled skills; omitting SKILL in a terminal opens an interactive installer
  • everr skills update [SKILL]... [--project|--global] [--agent ...] [--dry-run] — update installed bundled skills
  • everr 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 current HEAD commit 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-fast exit immediately when any run fails
  • everr ci runs — list recent runs

    • --branch <name> / --current-branch filter 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

    • --failed show 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 collector
  • everr local status — check whether the local OpenTelemetry collector is running
  • everr local query "<SQL>" — query local telemetry with read-only SQL
  • everr local endpoint — print the current local collector URL
  • everr 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