UNPKG

heroku

Version:

CLI to interact with Heroku

13 lines (12 loc) 646 B
import { Command } from '@heroku-cli/command'; export default class CiIndex extends Command { static description: string; static examples: string[]; static flags: { app: import("@oclif/core/lib/interfaces").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser").CustomOptions>; watch: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>; pipeline: 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>; }