bb_raw_file
Fetch raw file content from a Bitbucket repository at a specific branch or commit. Returns plain text, with binary files base64-encoded.
Instructions
Fetch the raw bytes of a file at a ref and return as plain text. Use this to read files. Binary files will be base64-encoded.
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 |