bb_create_file
Create a new file in a Bitbucket repository by providing project key, repo slug, path, branch, and content. Returns the commit ID and file path, with an optional commit message.
Instructions
Create a new file at 'path' on 'branch' with 'content'. Optional 'message' is the commit message (default = 'Create '). Returns the new commit id and file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | New file path, e.g. 'docs/README.md' | |
| branch | Yes | Branch to push to | |
| content | Yes | Full file content | |
| message | No | Commit message (default: 'Create <path>') | |
| repoSlug | Yes | ||
| projectKey | Yes |