UNPKG

heroku

Version:

CLI to interact with Heroku

12 lines (11 loc) 652 B
import BaseCommand from '../../lib/webhooks/base'; export default class Webhooks extends BaseCommand { static description: string; static examples: 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>; pipeline: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>; }; run(): Promise<void>; }