MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / isGhAvailable

Function isGhAvailable

packages/bumpy/src/core/github-release.ts:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132export function isGhAvailable(): boolean {
133 return tryRunArgs(['gh', '--version']) !== null;
134}
135
136// ---- Draft release / publish tracking system ----
137

Callers 4

runPublishFlowFunction · 0.90
createIndividualReleasesFunction · 0.85
findReleaseByTagFunction · 0.85
findStaleDraftReleasesFunction · 0.85

Calls 1

tryRunArgsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…