UNPKG

heroku

Version:

CLI to interact with Heroku

10 lines (9 loc) 314 B
import { Command } from '@heroku-cli/command'; export declare class GitCredentials extends Command { static hidden: boolean; static description: string; static args: { command: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>; }; run(): Promise<void>; }