ev doctor

Usage

ev doctor

Description

Runs a series of checks to diagnose common issues:

  • Auth: Is the user logged in?
  • Keypair: Does an encryption keypair exist?
  • API: Can we reach the ev API server?
  • Project: Is there an ev.yaml in the current directory tree?
  • Environments: Do the configured environments exist?
  • Backend: Is the storage backend reachable?

Example Output

ev doctor

  ✔ Logged in  cmnnd1dw...
  ✔ Keypair exists  public key: dG9wc2Vj...
  ✔ API reachable  http://localhost:3001
  ✔ ev.yaml found  /Users/you/my-project
  ✔ Project ID  cmnhnciso...
  ✔ Default environment  dev
  ✔ Backend  ev (default)
  ✔ Project accessible  "my-project" with 2 members
  ✔ Environments  dev, staging, prod

  All checks passed ✔

On this page