All plugins
GitLab CLI
GitLab authentication and repository inspection via local glab through sand
CLICategory: devPopularity 41
glabGitLab authentication and repository inspection via local glab through sand
Open in dashboard →
See the live tool list, OAuth status, and recent calls.
Install command
Run the install command shown below to add this plugin to your workspace.
Install
hrbr plugins install glab-cliQuick start
hrbr exec 'return await sand.glab.version({})'Or from a Function:
import { defineOrbitJob } from "@hrbr/orbit";
export default defineOrbitJob({
name: "glab-cli-example",
handler: async (ctx) => {
return await ctx.plugins.glab.list({ limit: 5 });
},
});Tools
See available tools with:
hrbr plugins tools glab-cliOr open the dashboard plugin page for the live tool list.