monkeys

doctor

Reads the whole .monkeys file and shows every profile with what it has and lacks, in colour on a terminal. It exits non-zero while anything is missing.

monkeys doctor [--short]

Reads the whole .monkeys file and shows every profile with what it has and lacks, in colour on a terminal. It exits non-zero while anything is missing:

monkeys doctor
@test  default
  ✓ DATABASE_URL
  ✓ STRIPE_SECRET_KEY
@production
  ✓ DATABASE_URL
  ✗ STRIPE_SECRET_KEY
  ✗ SENTRY_DSN

--short

--short says only what is wrong, one line per profile with a problem, and nothing at all when there is none, which is the form to hand a script or an agent:

monkeys doctor --short
missing @production: STRIPE_SECRET_KEY,SENTRY_DSN

On this page