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

Interface AddOptions

packages/bumpy/src/commands/add.ts:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import type { BumpTypeWithNone, BumpFileRelease } from '../types.ts';
15
16interface AddOptions {
17 packages?: string; // "pkg-a:minor,pkg-b:patch"
18 message?: string;
19 name?: string;
20 empty?: boolean;
21 none?: boolean;
22}
23
24export async function addCommand(rootDir: string, opts: AddOptions): Promise<void> {
25 const config = await loadConfig(rootDir);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…