UNPKG

@codefresh-io/cf-git-providers

Version:

An NPM module/CLI for interacting with various git providers

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