UNPKG

heroku

Version:

CLI to interact with Heroku

14 lines (13 loc) 622 B
import { Command } from '@heroku-cli/command'; export declare class GitClone extends Command { static description: string; static example: string; static args: { DIRECTORY: import("@oclif/core/lib/interfaces/parser").Arg<string | undefined, Record<string, unknown>>; }; static flags: { app: import("@oclif/core/lib/interfaces").OptionFlag<string, import("@oclif/core/lib/interfaces/parser").CustomOptions>; remote: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>; }; run(): Promise<void>; }