Inspect environment variables
inspect_environmentList environment variables from .env and Compose files, classifying each as configuration or secret while never revealing secret values—only key names.
Instructions
List the environment variables the project uses, from .env files and from Compose, and classify each as configuration or secret. Secret VALUES are never returned -- only the key names -- so this is safe to call on a project with real credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | ||
| warnings | No | ||
| variables | No | ||
| config_count | No | ||
| project_path | Yes | ||
| secret_count | No |