get_repository_archive
Download a Bitbucket repository as a zip or tar archive by providing the project key and repository slug. Optionally, specify a branch or commit for a specific version.
Instructions
Download the entire repository as a zip or tar archive
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Bitbucket project key | |
| repository | Yes | Repository slug | |
| format | No | Archive format (zip or tar, default is zip) | |
| at | No | Branch or commit to download (optional) |