# Bitbucket Pull requests and pipelines on Bitbucket Cloud. Run these through `omni-cli` once a human has connected the platform (`omni-cli bitbucket login`). Full parameter and output schemas come from `omni-cli discovery bitbucket`. ## pipelines | Command | What it does | Kind | |---|---|---| | `omni-cli bitbucket pipeline get` | Get a pipeline. | read | | `omni-cli bitbucket pipeline list` | List pipelines for a repository (discovers pipeline UUIDs). | read | ## pull requests | Command | What it does | Kind | |---|---|---| | `omni-cli bitbucket pr add-comment` | Add a comment to a pull request. | write | | `omni-cli bitbucket pr approve` | Approve a pull request. | write | | `omni-cli bitbucket pr create` | Open a new pull request. | write | | `omni-cli bitbucket pr diff` | Get the diff of a pull request. | read | | `omni-cli bitbucket pr get` | Get a pull request. | read | | `omni-cli bitbucket pr list` | List or filter pull requests. | read | | `omni-cli bitbucket pr list-comments` | List the comments on a pull request. | read | | `omni-cli bitbucket pr merge` | Merge a pull request. | write | ## repositories | Command | What it does | Kind | |---|---|---| | `omni-cli bitbucket repo list` | List repositories in a workspace (discovers repo slugs). | read |