UNPKG

heroku

Version:

CLI to interact with Heroku

8 lines (7 loc) 202 B
import { Command } from '@oclif/core'; export default class Repl extends Command { static description: string; static hidden: boolean; static examples: string[]; run(): Promise<void>; }