UNPKG

heroku

Version:

CLI to interact with Heroku

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