UNPKG

@codefresh-io/cf-git-providers

Version:

An NPM module/CLI for interacting with various git providers

13 lines 423 B
import { Argv, Arguments } from 'yargs'; export declare const command = "webhook"; export declare const aliases: string[]; export declare const desc = "Delete a git repository webhook"; export declare const builder: (yargs: Argv) => Argv<{ owner: string; } & { repo: string; } & { "hook-id": number; }>; export declare const handler: (argv: Arguments) => Promise<void>; //# sourceMappingURL=webhook.cmd.d.ts.map