UNPKG

heroku

Version:

CLI to interact with Heroku

9 lines (8 loc) 245 B
import { Command } from '@oclif/core'; export default class Status extends Command { static description: string; static flags: { json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>; }; run(): Promise<void>; }