Env Drift Check

Compare the environment variables your code actually reads against what is declared and what is set where it deploys, catching the missing key that only fails in production and the silent fallback that hides it. Use before a deploy, when onboarding to a repo, after adding a config value, or when something works locally and not in production.

sriptcollector 1de8634 2 files · 6.1 KB Updated

File contents

sriptcollector/toolbay-skills/tree/main/skills/env-drift-check commit 1de8634652

Frequently asked questions

npx skillmds@latest add sriptcollector/env-drift-check