UNPKG

heroku

Version:

CLI to interact with Heroku

8 lines (7 loc) 210 B
import { Command } from '@heroku-cli/command'; export default class Dashboard extends Command { static topic: string; static description: string; static hidden: boolean; run(): Promise<void>; }