UNPKG

@codefresh-io/cf-git-providers

Version:

An NPM module/CLI for interacting with various git providers

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