Env Diff
Compare .env files side by side. Spot missing, extra, and changed variables across dev, staging, and prod before you ship.
- Side-by-side comparison
- Missing & extra keys flagged
- Changed-value detection
cloudcost-doctor reads your Terraform & CloudFormation and flags cost anti-patterns — overprovisioned instances, expensive storage defaults, idle resources — in your terminal, in under a second. No AWS credentials. No dependencies. Works offline.
Compare .env files side by side. Spot missing, extra, and changed variables across dev, staging, and prod before you ship.
Build, explain, and preview cron schedules in your editor. Human-readable descriptions, a next-run calculator, and a 30+ preset library.
Generate .env.example from your .env and keep docs in sync. Seven language formats — Node, Python, Ruby, Go, Rust, Java, PHP.
Find bloated files, heavy imports, and disk hogs instantly. A tree view of your largest files with thresholds and category breakdowns.
Scan your codebase for TODOs, FIXMEs, and debt markers and track them as a structured dashboard — with priority and assignee detection.
One subscription unlocks Pro across all five extensions and the cron API — the cheapest way in if you use more than one.
A stateless REST endpoint to parse, describe, and validate cron expressions — catching impossible schedules before they reach prod. 100 requests/hour free, $5/mo unlimited.
# describe a schedule $ curl '…/api/cron?expr=*/5 * * * *' { "description": "Every 5 minutes", "nextRuns": ["12:05", "12:10", …] } # catch an impossible schedule $ curl '…/api/cron/validate?expr=0 0 31 2 *' { "valid": false, "warnings": ["Feb 31 never occurs"] }
Every extension's core features are free. No card, no telemetry, no expiry.