Modules@robinpath/bitbucket
@robinpath/bitbucket
0.1.1PublicBitbucket module for RobinPath.
@robinpath/bitbucket
Bitbucket module for RobinPath.
Why use this module?
The bitbucket module lets you:
- listRepositories
- getRepository
- createRepository
- deleteRepository
- listBranches
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/bitbucket
Quick Start
1. Set up credentials
bitbucket.setCredentials "your-credentials"
2. listRepositories
bitbucket.listRepositories
Available Functions
| Function | Description |
|---|---|
bitbucket.setCredentials | Configure bitbucket credentials. |
bitbucket.listRepositories | listRepositories |
bitbucket.getRepository | getRepository |
bitbucket.createRepository | createRepository |
bitbucket.deleteRepository | deleteRepository |
bitbucket.listBranches | listBranches |
bitbucket.createBranch | createBranch |
bitbucket.deleteBranch | deleteBranch |
bitbucket.listPullRequests | listPullRequests |
bitbucket.getPullRequest | getPullRequest |
bitbucket.createPullRequest | createPullRequest |
bitbucket.updatePullRequest | updatePullRequest |
bitbucket.mergePullRequest | mergePullRequest |
bitbucket.declinePullRequest | declinePullRequest |
bitbucket.listCommits | listCommits |
bitbucket.listPipelines | listPipelines |
bitbucket.getPipeline | getPipeline |
bitbucket.triggerPipeline | triggerPipeline |
bitbucket.listIssues | listIssues |
bitbucket.createIssue | createIssue |
bitbucket.listWorkspaces | listWorkspaces |
bitbucket.getWorkspace | getWorkspace |
bitbucket.listWebhooks | listWebhooks |
bitbucket.getUser | getUser |
bitbucket.listDeployments | listDeployments |
Examples
listRepositories
bitbucket.listRepositories
getRepository
bitbucket.getRepository
createRepository
bitbucket.createRepository
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/bitbucket";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
bitbucket.setCredentials "your-credentials"
bitbucket.listRepositories
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/docker— Docker module for complementary functionality@robinpath/git— Git module for complementary functionality@robinpath/github— GitHub module for complementary functionality@robinpath/gitlab— GitLab module for complementary functionality@robinpath/vercel— Vercel module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.1 | latest | yesterday |
Related Modules
devops
0
@robinpath/box
v0.1.1robinpath
Box module for RobinPath.
0 downloads
...
devops
0
@robinpath/cache
v0.1.1robinpath
In-memory key-value cache with optional TTL expiration for temporary data storage
0 downloads
...
devops
0
@robinpath/cloudflare
v0.1.1robinpath
Cloudflare module for RobinPath.
0 downloads
...
devops
0
@robinpath/cron
v0.1.0robinpath
Cron expression parsing, validation, scheduling, and human-readable descriptions
0 downloads
...
Install
$ robinpath install @robinpath/bitbucket Version0.1.1
LicenseMIT
Unpacked Size5.1 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

