UNPKG

heroku

Version:

CLI to interact with Heroku

9 lines (8 loc) 274 B
import { Command } from '@heroku-cli/command'; import { FlagInput } from '@oclif/core/lib/interfaces/parser'; export default class Login extends Command { static description: string; static aliases: string[]; static flags: FlagInput; run(): Promise<void>; }