UNPKG

@codefresh-io/cf-git-providers

Version:

An NPM module/CLI for interacting with various git providers

14 lines 407 B
import { Argv, Arguments } from 'yargs'; export declare const command = "file"; export declare const desc = "Fetch a raw file from a git repository"; export declare const builder: (yargs: Argv) => Argv<{ owner: string; } & { repo: string; } & { revision: string; } & { path: string; }>; export declare const handler: (argv: Arguments) => Promise<void>; //# sourceMappingURL=file.cmd.d.ts.map