UNPKG

@codefresh-io/cf-git-providers

Version:

An NPM module/CLI for interacting with various git providers

11 lines 402 B
import { Argv, Arguments } from 'yargs'; export declare const command = "webhooks"; export declare const aliases: string[]; export declare const desc = "Get a list of the repository webhooks"; export declare const builder: (yargs: Argv) => Argv<{ owner: string; } & { repo: string; }>; export declare const handler: (argv: Arguments) => Promise<void>; //# sourceMappingURL=webhooks.cmd.d.ts.map