UNPKG

heroku

Version:

CLI to interact with Heroku

10 lines (9 loc) 281 B
import { Command } from '@heroku-cli/command'; export default class Services extends Command { static topic: string; static description: string; static flags: { json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>; }; run(): Promise<void>; }