bb_get_file
Retrieve the full text content of a file from a Bitbucket repository at a specified branch or commit.
Instructions
Read the full content of a file at a ref. Returns the text content as-is (no wrapping).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | Yes | Ref: branch name or commit SHA | |
| path | Yes | File path, e.g. 'src/index.ts' | |
| repoSlug | Yes | ||
| projectKey | Yes |