UNPKG

heroku

Version:

CLI to interact with Heroku

10 lines (9 loc) 287 B
import { Command } from '@heroku-cli/command'; export default class Pipelines extends Command { static description: string; static examples: string[]; static flags: { json: import("@oclif/core/lib/interfaces").BooleanFlag<boolean>; }; run(): Promise<void>; }