UNPKG

heroku

Version:

CLI to interact with Heroku

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