UNPKG

heroku

Version:

CLI to interact with Heroku

12 lines (11 loc) 567 B
import { Command } from '@heroku-cli/command'; export default class LabsIndex extends Command { static description: string; static topic: string; static flags: { app: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>; remote: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>; json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>; }; run(): Promise<void>; }