envradar - find drifting and unused env vars
CLI that scans a repo for undocumented, unused, and drifting environment variables across .env files, code, and deploy configs. Surfaces variables defined but never read, and vice versa.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Related entries
park - pause a process and free its TCP port
Go CLI that suspends a running process and releases its TCP port, then resumes it later with the same PID and memory intact. Ctrl+Z for long-running servers.
pgschema - declarative Postgres schema CLI
Terraform-style declarative schema migration tool for Postgres with multi-tenant support and an explicitly agent-friendly interface. Lets agents propose and apply schema diffs without hand-rolling migrations.
slowql - offline SQL static analyzer with 272 rules
Static SQL analyzer for performance, security, compliance, and cost with 272 built-in rules. Runs entirely offline in CI pipelines, no database connection needed.
KubeVPN - cloud-native dev env tunnel into k8s
Connects your local dev machine to a Kubernetes cluster network so services, DNS, and workloads resolve as if you were inside the cluster. Built on envoy.