UNPKG

heroku

Version:

CLI to interact with Heroku

10 lines (9 loc) 320 B
import { Command } from '@heroku-cli/command'; export default class PipelinesDestroy extends Command { static description: string; static examples: string[]; static args: { pipeline: import("@oclif/core/lib/interfaces/parser").Arg<string, Record<string, unknown>>; }; run(): Promise<void>; }