bb_read_file
Retrieve and access files directly from a Bitbucket repository using workspace, repo slug, path, and branch inputs. Simplifies file operations for repository management tasks.
Instructions
Read a file from a Bitbucket repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
branch | No | Branch name (defaults to main/master) | main |
path | Yes | Path to the file in the repository | |
repo_slug | Yes | Repository slug/name | |
workspace | No | Repository workspace (defaults to kallows) | kallows |