Modules@robinpath/gitlab
@robinpath/gitlab
0.1.0PublicGitLab module for RobinPath.
@robinpath/gitlab
GitLab module for RobinPath.
Why use this module?
The gitlab module lets you:
- listProjects
- getProject
- createProject
- deleteProject
- listIssues
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/gitlab
Quick Start
1. Set up credentials
gitlab.setCredentials "your-credentials"
2. listProjects
gitlab.listProjects
Available Functions
| Function | Description |
|---|---|
gitlab.setCredentials | Configure gitlab credentials. |
gitlab.listProjects | listProjects |
gitlab.getProject | getProject |
gitlab.createProject | createProject |
gitlab.deleteProject | deleteProject |
gitlab.listIssues | listIssues |
gitlab.getIssue | getIssue |
gitlab.createIssue | createIssue |
gitlab.updateIssue | updateIssue |
gitlab.listMergeRequests | listMergeRequests |
gitlab.getMergeRequest | getMergeRequest |
gitlab.createMergeRequest | createMergeRequest |
gitlab.updateMergeRequest | updateMergeRequest |
gitlab.mergeMergeRequest | mergeMergeRequest |
gitlab.listBranches | listBranches |
gitlab.createBranch | createBranch |
gitlab.deleteBranch | deleteBranch |
gitlab.listPipelines | listPipelines |
gitlab.getPipeline | getPipeline |
gitlab.retryPipeline | retryPipeline |
gitlab.cancelPipeline | cancelPipeline |
gitlab.listCommits | listCommits |
gitlab.listTags | listTags |
gitlab.createTag | createTag |
gitlab.listMembers | listMembers |
gitlab.addMember | addMember |
gitlab.getUser | getUser |
gitlab.searchProjects | searchProjects |
gitlab.listEnvironments | listEnvironments |
Examples
listProjects
gitlab.listProjects
getProject
gitlab.getProject
createProject
gitlab.createProject
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/gitlab";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
gitlab.setCredentials "your-credentials"
gitlab.listProjects
`);
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/vercel— Vercel module for complementary functionality@robinpath/netlify— Netlify module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
devops
0
@robinpath/bitbucket
v0.1.1robinpath
Bitbucket module for RobinPath.
0 downloads
...
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
...
Install
$ robinpath install @robinpath/gitlab Version0.1.0
LicenseMIT
Unpacked Size5.2 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

