detect_env_vars
Scan a repository to detect required environment variables and get guidance on where to find their values before deploying.
Instructions
Scan a repo for the environment variables it needs (import.meta.env / process.env usage). For known keys (Supabase etc.) the reply says where the user finds the value. Do this BEFORE the first deploy of a Lovable/Bolt/v0 export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | owner/name | |
| branch | No |