UNPKG

heroku

Version:

CLI to interact with Heroku

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