bb_get_file
Retrieve the raw content of a file from a Bitbucket repository by specifying the workspace, repository slug, commit, and file path.
Instructions
Get the raw content of a file from a Bitbucket repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path within the repository | |
| commit | Yes | Branch name, tag, or commit hash to read from | |
| repo_slug | Yes | Repository slug | |
| workspace | No | Bitbucket workspace slug (uses default if not set) |