Check a repository
check_repoChecks whether a public GitHub, GitLab or Bitbucket repository will deploy: the services it found, what's missing (each with its fix), the environment variables it needs, and what it would cost a month on DigitalOcean, AWS, Google Cloud and Azure. Reads the code and changes nothing. No API key needed. A check can take up to a minute; if it's still running, call again with the check_id it returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | owner/name, or the repository's URL | |
| check_id | No | The check_id of an earlier check, to get its result |