CLI TOOL
Jan 2026

env-pull

CLI tool that syncs .env files with .env.example templates. Intelligently merges new variables after a git pull while preserving your existing secrets and local-only values.

env-pull
TECH STACK
TypeScriptNode.jsnpmGit Hooks

Solves environment configuration drift — missing variables cause runtime failures after code pulls. Supports interactive mode, dry-run, CI/CD pipelines, and auto-installs as a post-merge git hook.