HarborHarbor
DocumentationGuidesPlugins
All plugins

GitHub CLI

GitHub repository and pull-request workflows via local gh through sand

CLICategory: devPopularity 42gh

GitHub repository and pull-request workflows via local gh through sand

Install

hrbr plugins install gh-cli

Quick 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-cli

Or open the dashboard plugin page for the live tool list.