UNPKG

heroku

Version:

CLI to interact with Heroku

16 lines (15 loc) 618 B
import { Command } from '@heroku-cli/command'; export default class Index extends Command { static topic: string; static hiddenAliases: string[]; static description: string; static flags: { space: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>; json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>; }; static args: { space: import("@oclif/core/lib/interfaces/parser").Arg<string | undefined, Record<string, unknown>>; }; run(): Promise<void>; private displayRules; }