All plugins
GitHub CLI
GitHub repository and pull-request workflows via local gh through sand
CLICategory: devPopularity 42
ghGitHub repository and pull-request workflows via local gh 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 gh-cliQuick start
hrbr exec 'return await sand.gh.version({})'Or from a Function:
import { defineOrbitJob } from "@hrbr/orbit";
export default defineOrbitJob({
name: "gh-cli-example",
handler: async (ctx) => {
return await ctx.plugins.gh.list({ limit: 5 });
},
});Tools
See available tools with:
hrbr plugins tools gh-cliOr open the dashboard plugin page for the live tool list.