Get Git Overview
getGitOverviewGet live git state directly from a running container's repository to verify actual code, not deployment records. Returns clear error reasons when no repo, pod, or git exists.
Instructions
Reads the repository inside the running container by pod exec, so it is ground truth rather than the deploy record. Returns {ok:false, reason} when the app has no repo, no pod, or no git.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| limit | No | ||
| region | No | ||
| appSlug | Yes | ||
| workspaceSlug | Yes |